diff options
-rw-r--r-- | 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 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" |
885 | ENTRY(_early_trap) | 885 | ENTRY(_early_trap) |
886 | SAVE_ALL_SYS | 886 | SAVE_ALL_SYS |
887 | trace_buffer_stop(p0,r0); | 887 | trace_buffer_stop(p0,r0); |