[ACPI] build fix - processor_core.c w/ !CONFIG_SMP
authorLen Brown <len.brown@intel.com>
Sat, 3 Sep 2005 06:55:47 +0000 (02:55 -0400)
committerLen Brown <len.brown@intel.com>
Sat, 3 Sep 2005 06:58:17 +0000 (02:58 -0400)
http://bugzilla.kernel.org/show_bug.cgi?id=5128

Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/processor_core.c

index ac2dfa6..40d4e62 100644 (file)
@@ -400,7 +400,7 @@ static int acpi_processor_remove_fs(struct acpi_device *device)
 
 /* Use the acpiid in MADT to map cpus in case of SMP */
 #ifndef CONFIG_SMP
-#define convert_acpiid_to_cpu(acpi_id) (0xff)
+#define convert_acpiid_to_cpu(acpi_id, cpu_indexp) (0xff)
 #else
 
 #ifdef CONFIG_IA64