]> git.baikalelectronics.ru Git - kernel.git/commit
x86: Fix section annotation of acpi_map_cpu2node()
authorJan Beulich <JBeulich@suse.com>
Tue, 8 May 2012 14:19:29 +0000 (15:19 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 8 May 2012 14:40:26 +0000 (16:40 +0200)
commit59c5b67791241e6106258117194bbb9231490091
tree9e7fdbefb45f97935d47c78a6ec2b60c7fc594b5
parent46ec2b4ffd0da24455c54fd282dee01e5a1c9c83
x86: Fix section annotation of acpi_map_cpu2node()

Commit 90ef6efe8754 ("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