]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/stop_machine.c: fix unused variable warning
authorRakib Mullick <rakib.mullick@gmail.com>
Tue, 26 Oct 2010 21:22:44 +0000 (14:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Oct 2010 23:52:15 +0000 (16:52 -0700)
commit38ff66b43580bcfb74e47e3df9eac7910f3f586c
tree2165800008473681383c565031b5f3fedb729d09
parent07a14fd644e861d517b811e60ce1e0e0b936490e
kernel/stop_machine.c: fix unused variable warning

kernel/stop_machine.c: In function `cpu_stopper_thread':
kernel/stop_machine.c:265: warning: unused variable `ksym_buf'

ksym_buf[] is unused if WARN_ON() is a no-op.

Signed-off-by: Rakib Mullick <rakib.mullick@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/stop_machine.c