commit | e627f8dc9a6fb8c9fff371ab99cc36b4f4116433 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Fri Sep 16 10:23:11 2016 +0200 |
committer | Scott Wood <oss@buserror.net> | Sun Sep 25 02:38:55 2016 -0500 |
tree | 7395f7a124261933caede2ec50f282a27622a25f | |
parent | f307939fb260c83e6875476695ac58a669348b8f [diff] |
powerpc/8xx: add dedicated machine check handler During a machine check, the 8xx provides indication of whether the check is due to data or instruction access, so let's display it. Lets also move 8xx specific handling into the new handler. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <oss@buserror.net>