From ec131d059a30ecaeffdc2f4d8334a6fcbbeec15d Mon Sep 17 00:00:00 2001 From: Len Brown Date: Sat, 3 Sep 2005 02:55:47 -0400 Subject: [PATCH] --- yaml --- r: 7849 b: refs/heads/master c: 2413d2c12cf0dc5980d7b082d838d5468d83a8b9 h: refs/heads/master i: 7847: 64599aac0f1a14639445f46aa9ee5b345bf6802e v: v3 --- [refs] | 2 +- trunk/drivers/acpi/processor_core.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 58725172854e..8d03b1c4c6e7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 129521dcc94f781890f8f668219ab79f0073ff9f +refs/heads/master: 2413d2c12cf0dc5980d7b082d838d5468d83a8b9 diff --git a/trunk/drivers/acpi/processor_core.c b/trunk/drivers/acpi/processor_core.c index ac2dfa63646c..40d4e624414e 100644 --- a/trunk/drivers/acpi/processor_core.c +++ b/trunk/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 */ #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