aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf533/head.S
diff options
context:
space:
mode:
authorRobin Getz <robin.getz@analog.com>2007-07-25 11:03:28 +0800
committerBryan Wu <bryan.wu@analog.com>2007-07-25 11:03:28 +0800
commit518039bc24cbb9ce34665814fe120eac50bedd9a (patch)
tree6b089a05025ae224d6636b6dc9d95e7c9e4677eb /arch/blackfin/mach-bf533/head.S
parentBlackfin arch: Fix CCLK and SCLK checks (diff)
downloadlinux-dev-518039bc24cbb9ce34665814fe120eac50bedd9a.tar.xz
linux-dev-518039bc24cbb9ce34665814fe120eac50bedd9a.zip
Blackfin arch: Add ability to expend the hardware trace buffer
Add ability to expend the hardware trace buffer via a configurable software buffer - so you can have lots of history when a crash occurs. The interesting way we do printk in the traps.c confusese the checking script Signed-off-by: Robin Getz <robin.getz@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to '')
-rw-r--r--arch/blackfin/mach-bf533/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf533/head.S b/arch/blackfin/mach-bf533/head.S
index 9c5378bb8a28..1d5b9dbbbaa7 100644
--- a/arch/blackfin/mach-bf533/head.S
+++ b/arch/blackfin/mach-bf533/head.S
@@ -98,7 +98,7 @@ ENTRY(__start)
M2 = r0;
M3 = r0;
- trace_buffer_start(p0,r0);
+ trace_buffer_init(p0,r0);
P0 = R1;
R0 = R1;