aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorBernd Schmidt <bernd.schmidt@analog.com>2007-11-21 03:33:47 -0500
committerBryan Wu <bryan.wu@analog.com>2007-11-21 03:33:47 -0500
commit0bad33d93af85a445adeedc19c363ef4e492ddd3 (patch)
tree87f3059d4c21973592eb3509b8f5f74e1821bafc /arch
parentf72eecb97b5ab63c735548ed982a39db72f9d7d7 (diff)
Blackfin arch: Need to specify ax with the .init.text section,
Need to specify "ax" with the .init.text section, otherwise the linker will make unique .init.text.1 .. .init.text.3 sections to cope with the flags
Diffstat (limited to 'arch')
-rw-r--r--arch/blackfin/mach-common/entry.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-common/entry.S b/arch/blackfin/mach-common/entry.S
index b7e457897dc6..7cf535331d2c 100644
--- a/arch/blackfin/mach-common/entry.S
+++ b/arch/blackfin/mach-common/entry.S
@@ -881,7 +881,7 @@ ENTRY(_software_trace_buff)
881#endif /* CONFIG_DEBUG_BFIN_HWTRACE_EXPAND */ 881#endif /* CONFIG_DEBUG_BFIN_HWTRACE_EXPAND */
882 882
883#if CONFIG_EARLY_PRINTK 883#if CONFIG_EARLY_PRINTK
884.section .init.text 884.section .init.text,"ax"
885ENTRY(_early_trap) 885ENTRY(_early_trap)
886 SAVE_ALL_SYS 886 SAVE_ALL_SYS
887 trace_buffer_stop(p0,r0); 887 trace_buffer_stop(p0,r0);