From: Anton Blanchard Date: Tue, 11 Jan 2011 19:52:31 +0000 (+0000) Subject: powerpc: machine_check_generic is wrong on 64bit X-Git-Tag: v2.6.38-rc2~12^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbe754ca3a7579131ecec47c4fa10c40994b3804;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed