commit | 8f619b5429d9d852df09b85d9e41459859e04951 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Mar 28 13:36:30 2014 +1100 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Apr 07 10:33:15 2014 +1000 |
tree | 072c67db7df6e1216d80a563ecc19e2120cba729 | |
parent | a944a9c40b81a71609692c4909bb57e1d01f4bb7 [diff] |
powerpc/ppc64: Do not turn AIL (reloc-on interrupts) too early Turn them on at the same time as we allow MSR_IR/DR in the paca kernel MSR, ie, after the MMU has been setup enough to be able to handle relocated access to the linear mapping. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>