]> git.baikalelectronics.ru Git - kernel.git/commit
x86: fix !SMP compiler warning in arch/x86/kernel/acpi/processor.c
authorJeff Garzik <jgarzik@redhat.com>
Sat, 27 Oct 2007 18:57:43 +0000 (20:57 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 27 Oct 2007 18:57:43 +0000 (20:57 +0200)
commitf1a2a1c5467d2e632185ad452d4004d1b803b623
tree8f30fe68341ee66f93a8100b04823067f58a075c
parent7554efffcffa759689bcbb92506c703c1e7ea1c5
x86: fix !SMP compiler warning in arch/x86/kernel/acpi/processor.c

Fix !CONFIG_SMP warning:

arch/x86/kernel/acpi/processor.c: In function arch_acpi_processor_init_pdc:
arch/x86/kernel/acpi/processor.c:65: warning: unused variable cpu

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/acpi/processor.c