Explorar o código

[ACPI] build fix - processor_core.c w/ !CONFIG_SMP

http://bugzilla.kernel.org/show_bug.cgi?id=5128

Signed-off-by: Len Brown <len.brown@intel.com>
Len Brown %!s(int64=19) %!d(string=hai) anos
pai
achega
2413d2c12c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/acpi/processor_core.c

+ 1 - 1
drivers/acpi/processor_core.c

@@ -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 */
 /* Use the acpiid in MADT to map cpus in case of SMP */
 #ifndef CONFIG_SMP
 #ifndef CONFIG_SMP
-#define convert_acpiid_to_cpu(acpi_id) (0xff)
+#define convert_acpiid_to_cpu(acpi_id, cpu_indexp) (0xff)
 #else
 #else
 
 
 #ifdef CONFIG_IA64
 #ifdef CONFIG_IA64