From 0bad33d93af85a445adeedc19c363ef4e492ddd3 Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Wed, 21 Nov 2007 16:33:47 +0800 Subject: 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 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); -- cgit v0.10.2