]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Blackfin: keep hwtrace on CPLB miss
authorRobin Getz <robin.getz@analog.com>
Mon, 21 Dec 2009 21:59:21 +0000 (16:59 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 17 Jan 2010 14:17:27 +0000 (09:17 -0500)
commitb6db2834407d49ec48ac8e9281fdd704d5ee3eba
treea6e6de41825251d5dfd69d7144f385f5b6ab3f7d
parent0097870e3d72f10ec58ae22488945fd9ee37289f
Blackfin: keep hwtrace on CPLB miss

Crashes rarely happen in the CPLB miss handler compared to the rest of
U-Boot code, so disable hardware tracing when processing misses.  This
way a crash due to other functions will be shown properly.

Signed-off-by: Robin Getz <robin.getz@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
cpu/blackfin/traps.c