x86: fix section mismatch in head_64.S:initial_code
authorSam Ravnborg <sam@ravnborg.org>
Sun, 17 Feb 2008 12:22:59 +0000 (13:22 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 19 Feb 2008 15:18:31 +0000 (16:18 +0100)
commitda5968ae305ab5209ebc2502ef6a8fbf2cce536c
treea4029b1d5f29ea3feefa8880e253333430077138
parentd01b9ad56e2cc7b6204b89ef10a53e78d70b5877
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>
arch/x86/kernel/head_64.S