[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <4FA947910200007800082470@nat28.tlf.novell.com>
Date: Tue, 08 May 2012 15:19:29 +0100
From: "Jan Beulich" <JBeulich@...e.com>
To: <mingo@...e.hu>, <tglx@...utronix.de>, <hpa@...or.com>
Cc: <sp@...ascale.com>, <linux-kernel@...r.kernel.org>
Subject: [PATCH] x86: fix section annotation of acpi_map_cpu2node()
Commit 943bc7e110f269f88dc92bbf249adbd384d35f1c added __cpuinitdata
here, while for functions __cpuinit should be used.
Signed-off-by: Jan Beulich <jbeulich@...e.com>
Cc: Steffen Persvold <sp@...ascale.com>
---
arch/x86/kernel/acpi/boot.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 3.4-rc6/arch/x86/kernel/acpi/boot.c
+++ 3.4-rc6-x86-acpi_map_cpu2node-section/arch/x86/kernel/acpi/boot.c
@@ -593,7 +593,7 @@ void __init acpi_set_irq_model_ioapic(vo
#ifdef CONFIG_ACPI_HOTPLUG_CPU
#include <acpi/processor.h>
-static void __cpuinitdata acpi_map_cpu2node(acpi_handle handle, int cpu, int physid)
+static void __cpuinit acpi_map_cpu2node(acpi_handle handle, int cpu, int physid)
{
#ifdef CONFIG_ACPI_NUMA
int nid;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists