commit | a6b088875b5cfc2be95242826f31523214c083a7 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Wed Sep 11 14:23:20 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Sep 11 15:58:21 2013 -0700 |
tree | ad4db6826f38c07f863ab866fddf8d56b2651337 | |
parent | 54a33b1b1470ada14fa2998e8b48ad4a0ef6a916 [diff] |
lto, watchdog/hpwdt.c: make assembler label global We cannot assume that the inline assembler code always ends up in the same file as the original C file. So make any assembler labels that are called with "extern" by C global Signed-off-by: Andi Kleen <ak@linux.intel.com> Cc: Wim Van Sebroeck <wim@iguana.be> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>