]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86_64: Fix warning in nmi.c on uniprocessor kernels
authorAndi Kleen <ak@suse.de>
Wed, 11 Jan 2006 21:45:45 +0000 (22:45 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 12 Jan 2006 03:04:59 +0000 (19:04 -0800)
commitcc90914fe6862be4d0051e3ec95333a1dd7566c5
tree9e7b3679fbf08c11dd2629b6dd1e84931468a746
parent7fa4a86cf6ccaca25feaed8cd27c336e90b19758
[PATCH] x86_64: Fix warning in nmi.c on uniprocessor kernels

Fix

  CC      arch/x86_64/kernel/nmi.o
linux/arch/x86_64/kernel/nmi.c: In function ???check_nmi_watchdog???:
linux/arch/x86_64/kernel/nmi.c:155: warning: statement with no effect

on Uniprocessor builds.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/nmi.c