From: Jeremy Kerr Date: Wed, 1 May 2013 22:31:50 +0000 (+0000) Subject: powerpc/powernv: Defer OPAL exception handler registration X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~13^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4463b3738181f46cf0e4675841d039f3662caf9;p=pandora-kernel.git powerpc/powernv: Defer OPAL exception handler registration Currently, the OPAL exception vectors are registered before the feature fixups are processed. This means that the now-firmware-owned vectors will likely be overwritten by the kernel. This change moves the exception registration code to an early initcall, rather than at machine_init time. Signed-off-by: Jeremy Kerr Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed