diff options
author | Tony Luck <tony.luck@intel.com> | 2007-07-20 14:39:24 -0700 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-07-25 13:08:26 -0700 |
commit | 9d6f40b86b47928ffde8a41cb2ef332da34b3de2 (patch) | |
tree | 6006aecfdeb64ea7cb6ce7cfa36fccae4562e75e /arch/ia64/kernel/head.S | |
parent | 3b74d18e54e20fc1d398eb391bea5b9aed22aca5 (diff) |
[IA64] fix section mismatch warnings
In 741f98fe298a73c9d47ed53703c1279a29718581 Sam added full
checking across the entire vmlinux image. This flushed out
a dozen new section mismatch warnings. Start the whack-a-mole
game again to stomp them out.
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/kernel/head.S')
-rw-r--r-- | arch/ia64/kernel/head.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/ia64/kernel/head.S b/arch/ia64/kernel/head.S index 44d540efa6d..4e5e27540e2 100644 --- a/arch/ia64/kernel/head.S +++ b/arch/ia64/kernel/head.S @@ -178,7 +178,7 @@ swapper_pg_dir: halt_msg: stringz "Halting kernel\n" - .text + .section .text.head,"ax" .global start_ap @@ -392,6 +392,8 @@ self: hint @pause br.sptk.many self // endless loop END(_start) + .text + GLOBAL_ENTRY(ia64_save_debug_regs) alloc r16=ar.pfs,1,0,0,0 mov r20=ar.lc // preserve ar.lc |