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)
commit74a3d2d331246a12428b027e21d508679187fcf0
tree8f30fe68341ee66f93a8100b04823067f58a075c
parentbd53147db8bdf5dd49025c198ff18ac23f560e0e
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