diff options
Diffstat (limited to 'arch/blackfin/mach-bf548/head.S')
-rw-r--r-- | arch/blackfin/mach-bf548/head.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf548/head.S b/arch/blackfin/mach-bf548/head.S index 0e1a25447391..06751ae8b857 100644 --- a/arch/blackfin/mach-bf548/head.S +++ b/arch/blackfin/mach-bf548/head.S | |||
@@ -29,6 +29,7 @@ | |||
29 | 29 | ||
30 | #include <linux/linkage.h> | 30 | #include <linux/linkage.h> |
31 | #include <asm/blackfin.h> | 31 | #include <asm/blackfin.h> |
32 | #include <asm/trace.h> | ||
32 | #if CONFIG_BFIN_KERNEL_CLOCK | 33 | #if CONFIG_BFIN_KERNEL_CLOCK |
33 | #include <asm/mach/mem_init.h> | 34 | #include <asm/mach/mem_init.h> |
34 | #endif | 35 | #endif |
@@ -91,6 +92,10 @@ ENTRY(__stext) | |||
91 | M2 = r0; | 92 | M2 = r0; |
92 | M3 = r0; | 93 | M3 = r0; |
93 | 94 | ||
95 | trace_buffer_start(p0,r0); | ||
96 | P0 = R1; | ||
97 | R0 = R1; | ||
98 | |||
94 | /* Turn off the icache */ | 99 | /* Turn off the icache */ |
95 | p0.l = (IMEM_CONTROL & 0xFFFF); | 100 | p0.l = (IMEM_CONTROL & 0xFFFF); |
96 | p0.h = (IMEM_CONTROL >> 16); | 101 | p0.h = (IMEM_CONTROL >> 16); |