m68k: Handle 68040 bus faults
authorRoman Zippel <zippel@linux-m68k.org>
Mon, 5 May 2008 19:25:48 +0000 (21:25 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 May 2008 19:38:50 +0000 (12:38 -0700)
Fix 68040 bus fault handling, so the standard kernel exception handling
can be used for i/o probing.

Contrary to normal access faults there is nothing to fix, but at least
we have to disable writebacks to avoid recursive faults.

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found