Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0bad33d93af85a445adeedc19c363ef4e492ddd3
Commit:     0bad33d93af85a445adeedc19c363ef4e492ddd3
Parent:     f72eecb97b5ab63c735548ed982a39db72f9d7d7
Author:     Bernd Schmidt <[EMAIL PROTECTED]>
AuthorDate: Wed Nov 21 16:33:47 2007 +0800
Committer:  Bryan Wu <[EMAIL PROTECTED]>
CommitDate: Wed Nov 21 16:33:47 2007 +0800

    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
---
 arch/blackfin/mach-common/entry.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/blackfin/mach-common/entry.S 
b/arch/blackfin/mach-common/entry.S
index b7e4578..7cf5353 100644
--- a/arch/blackfin/mach-common/entry.S
+++ b/arch/blackfin/mach-common/entry.S
@@ -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);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to