diff options
author | Len Brown <len.brown@intel.com> | 2005-09-03 02:55:47 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-09-03 02:58:17 -0400 |
commit | 2413d2c12cf0dc5980d7b082d838d5468d83a8b9 (patch) | |
tree | 5164f2a7610c35610ca59cf801d8b9e4217f45d9 /drivers/acpi | |
parent | 129521dcc94f781890f8f668219ab79f0073ff9f (diff) |
[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>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/processor_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/processor_core.c b/drivers/acpi/processor_core.c index ac2dfa63646c..40d4e624414e 100644 --- a/drivers/acpi/processor_core.c +++ b/drivers/acpi/processor_core.c | |||
@@ -400,7 +400,7 @@ static int acpi_processor_remove_fs(struct acpi_device *device) | |||
400 | 400 | ||
401 | /* Use the acpiid in MADT to map cpus in case of SMP */ | 401 | /* Use the acpiid in MADT to map cpus in case of SMP */ |
402 | #ifndef CONFIG_SMP | 402 | #ifndef CONFIG_SMP |
403 | #define convert_acpiid_to_cpu(acpi_id) (0xff) | 403 | #define convert_acpiid_to_cpu(acpi_id, cpu_indexp) (0xff) |
404 | #else | 404 | #else |
405 | 405 | ||
406 | #ifdef CONFIG_IA64 | 406 | #ifdef CONFIG_IA64 |