commit | c4463b3738181f46cf0e4675841d039f3662caf9 | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Wed May 01 22:31:50 2013 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon May 06 09:25:36 2013 +1000 |
tree | 57f0b3e61ba11cf571c5c97274125de441a2928b | |
parent | 73d2fb758e678c93bc76d40876c2359f0729b0ef [diff] |
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 <jk@ozlabs.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>