[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)
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>

No differences found