diff options
author | Anton Blanchard <anton@samba.org> | 2011-01-11 19:52:31 (GMT) |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-01-21 03:08:38 (GMT) |
commit | fbe754ca3a7579131ecec47c4fa10c40994b3804 (patch) | |
tree | d64715112343204f8d360c0222f2919af88e454e /arch/powerpc/kvm/booke.c | |
parent | 7f32c9c60089bfdb5eeeaae6e9f59046db998234 (diff) | |
download | linux-fbe754ca3a7579131ecec47c4fa10c40994b3804.tar.xz |
powerpc: machine_check_generic is wrong on 64bit
Decoding machine checks is CPU specific and so machine_check_generic doesn't
do the right thing on 64bit chips. Luckily we never call into this code
because we call ppc_md.machine_check_exception instead if available.
Since we check cur_cpu_spec->machine_check before calling it, we may as
well remove machine_check_generic from 64bit archs.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kvm/booke.c')
0 files changed, 0 insertions, 0 deletions