Skip to content

Commit

Permalink
Blackfin arch: Need to specify ax with the .init.text section,
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Bernd Schmidt authored and Bryan Wu committed Nov 21, 2007
1 parent f72eecb commit 0bad33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/mach-common/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ ENTRY(_software_trace_buff)
#endif /* CONFIG_DEBUG_BFIN_HWTRACE_EXPAND */

#if CONFIG_EARLY_PRINTK
.section .init.text
.section .init.text,"ax"
ENTRY(_early_trap)
SAVE_ALL_SYS
trace_buffer_stop(p0,r0);
Expand Down

0 comments on commit 0bad33d

Please sign in to comment.