From: Anton Blanchard Date: Mon, 14 Nov 2011 12:54:47 +0000 (+0000) Subject: powerpc: Copy down exception vectors after feature fixups X-Git-Tag: v3.2-rc3~41^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d715e433b7ad19c02fc4becf0d5e9a59f97925de;p=pandora-kernel.git powerpc: Copy down exception vectors after feature fixups kdump fails because we try to execute an HV only instruction. Feature fixups are being applied after we copy the exception vectors down to 0 so they miss out on any updates. We have always had this issue but it only became critical in v3.0 when we added CFAR support (breaks POWER5) and v3.1 when we added POWERNV (breaks everyone). Signed-off-by: Anton Blanchard Cc: [v3.0+] Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed