]> 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)
commitaa07facdc77f50d48ec07f86dbb7e8c9583b160b
treead4db6826f38c07f863ab866fddf8d56b2651337
parent40908ff3edee2dab5c98fe65770f0fb884112cb1
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