]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/ppc64: Do not turn AIL (reloc-on interrupts) too early
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 28 Mar 2014 02:36:30 +0000 (13:36 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 7 Apr 2014 00:33:15 +0000 (10:33 +1000)
commit6f62a1f1b59c7d10387ee19250e0ab6597f9d41e
tree072c67db7df6e1216d80a563ecc19e2120cba729
parent2048a1537820aa3ae2e09416865c20f7c65f1c9d
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>
arch/powerpc/kernel/cpu_setup_power.S
arch/powerpc/kernel/setup_64.c