commit | 0d0935b367b41394aae9d9ee45fb9a2317b8baf7 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Tue Aug 08 16:39:21 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Aug 10 23:31:30 2017 +1000 |
tree | 1ddc45f52e3c01e4a5b68e41f7200f3c99b0a831 | |
parent | bfa9a2eb925422b05b99c3b64a8f757025319f59 [diff] |
powerpc/4xx: Move machine_check_4xx() into platforms/4xx Now that we have 4xx platform directory we can move the 4xx machine check handler in there. Again we drop get_mc_reason() and replace it with regs->dsisr directly (which is actually SPRN_ESR). Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>