projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7164b3f
)
x86: Fix section annotation of acpi_map_cpu2node()
author
Jan Beulich
<JBeulich@suse.com>
Tue, 8 May 2012 14:19:29 +0000
(15:19 +0100)
committer
Ingo Molnar
<mingo@kernel.org>
Tue, 8 May 2012 14:40:26 +0000
(16:40 +0200)
Commit
943bc7e110f2
("x86: Fix section warnings") added
__cpuinitdata here, while for functions __cpuinit should be
used.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Cc: <sp@numascale.com>
Link:
http://lkml.kernel.org/r/4FA947910200007800082470@nat28.tlf.novell.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Steffen Persvold <sp@numascale.com>
arch/x86/kernel/acpi/boot.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/acpi/boot.c
b/arch/x86/kernel/acpi/boot.c
index a415b1f443659132ba216c88309f67d9e5d04a73..7c439fe4941bc605913e1c741c6bcf80e3c247c6 100644
(file)
--- a/
arch/x86/kernel/acpi/boot.c
+++ b/
arch/x86/kernel/acpi/boot.c
@@
-593,7
+593,7
@@
void __init acpi_set_irq_model_ioapic(void)
#ifdef CONFIG_ACPI_HOTPLUG_CPU
#include <acpi/processor.h>
-static void __cpuinit
data
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;