Skip to content

Commit

Permalink
[ACPI] build fix - processor_core.c w/ !CONFIG_SMP
Browse files Browse the repository at this point in the history
http://bugzilla.kernel.org/show_bug.cgi?id=5128

Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Len Brown committed Sep 3, 2005
1 parent 129521d commit 2413d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/processor_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2413d2c

Please sign in to comment.