aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head_64.S
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2008-02-17 13:22:59 +0100
committerIngo Molnar <mingo@elte.hu>2008-02-19 16:18:31 +0100
commitda5968ae305ab5209ebc2502ef6a8fbf2cce536c (patch)
treea4029b1d5f29ea3feefa8880e253333430077138 /arch/x86/kernel/head_64.S
parentx86: fix section mismatch in srat_64.c:reserve_hotadd (diff)
downloadlinux-dev-da5968ae305ab5209ebc2502ef6a8fbf2cce536c.tar.xz
linux-dev-da5968ae305ab5209ebc2502ef6a8fbf2cce536c.zip
x86: fix section mismatch in head_64.S:initial_code
initial_code are initially used to hold a function pointer from __init and later from __cpuinit. This confuses modpost and changing initial_code to REFDATA silence the warning. (But now we do not discard the variable anymore). Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Sam Ravnborg <sam@ravnborg.org> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/head_64.S')
-rw-r--r--arch/x86/kernel/head_64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/head_64.S b/arch/x86/kernel/head_64.S
index 53e5820d6054..eb415043a929 100644
--- a/arch/x86/kernel/head_64.S
+++ b/arch/x86/kernel/head_64.S
@@ -255,7 +255,7 @@ ENTRY(secondary_startup_64)
lretq
/* SMP bootup changes these two */
- __CPUINITDATA
+ __REFDATA
.align 8
ENTRY(initial_code)
.quad x86_64_start_kernel