aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/acpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/kernel/acpi.c')
-rw-r--r--arch/ia64/kernel/acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/acpi.c b/arch/ia64/kernel/acpi.c
index 92b7bc956795..9273e034b730 100644
--- a/arch/ia64/kernel/acpi.c
+++ b/arch/ia64/kernel/acpi.c
@@ -796,7 +796,7 @@ int acpi_isa_irq_to_gsi(unsigned isa_irq, u32 *gsi)
796 * ACPI based hotplug CPU support 796 * ACPI based hotplug CPU support
797 */ 797 */
798#ifdef CONFIG_ACPI_HOTPLUG_CPU 798#ifdef CONFIG_ACPI_HOTPLUG_CPU
799static int acpi_map_cpu2node(acpi_handle handle, int cpu, int physid) 799int acpi_map_cpu2node(acpi_handle handle, int cpu, int physid)
800{ 800{
801#ifdef CONFIG_ACPI_NUMA 801#ifdef CONFIG_ACPI_NUMA
802 /* 802 /*