Blackfin arch: Fix bug - HW Errors never recover on BF548
authorRobin Getz <rgetz@blackfin.uclinux.org>
Thu, 9 Oct 2008 09:06:32 +0000 (17:06 +0800)
committerBryan Wu <cooloney@kernel.org>
Thu, 9 Oct 2008 09:06:32 +0000 (17:06 +0800)
The kernel does not properly clear the EBIU Error Master (EBIU_ERRMST) Register
on BF548, which causes the kernel to panic.

We need to make sure that we clear the EBIU_ERRMST (necessary on BF54x)

Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
Signed-off-by: Bryan Wu <cooloney@kernel.org>

No differences found