[POWERPC] Separate out legacy machine check exception parsers
authorOlof Johansson <olof@lixom.net>
Thu, 20 Sep 2007 19:11:20 +0000 (05:11 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 2 Oct 2007 23:11:58 +0000 (09:11 +1000)
commit75918a4b5998c93ee1ab131fbe64b97b5d0d2315
treef342b9101f48da82b9bd62e8b18a0f1af8a78357
parent6f6682809b994fd9a61081fa0410df31481d5f7f
[POWERPC] Separate out legacy machine check exception parsers

Move out the old-style exception parsers to a separate function, and
don't call it on platforms that have a platform-specific handler.

It would make sense to move out the generic versions into their platforms
instead, but that can be done gradually down the road.

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/traps.c