]> git.baikalelectronics.ru Git - kernel.git/commit
lto, watchdog/hpwdt.c: make assembler label global
authorAndi Kleen <ak@linux.intel.com>
Wed, 11 Sep 2013 21:23:20 +0000 (14:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Sep 2013 22:58:21 +0000 (15:58 -0700)
commit270fb5e5a4b8f196cb46d6fe21360a9df0674dda
treead4db6826f38c07f863ab866fddf8d56b2651337
parentdcdcb7414ed1eb94e55d3d15b0074e03ea3e00d7
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>
drivers/watchdog/hpwdt.c