arm: new hook for late MMU setup on secondary CPUs
authorTim Deegan <tim@xen.org>
Tue, 13 Mar 2012 15:10:58 +0000 (15:10 +0000)
committerTim Deegan <tim@xen.org>
Tue, 13 Mar 2012 15:10:58 +0000 (15:10 +0000)
commitf8c1e36eebb39a241e3b2fd4543a90025ad8ec0b
tree28b5fc40b465e1d5fc3cd6e52bf2a294b232f3e3
parent2d311889b532a822e1c68d9fb488910700ae17dd
arm: new hook for late MMU setup on secondary CPUs

The boot CPU turns on W^X in setup_pagetables().  Do the same for other
CPUs after they boot.  If we go to per-CPU pagetables, this is where
that will happen.

Signed-off-by: Tim Deegan <tim@xen.org>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/mm.c
xen/arch/arm/smpboot.c
xen/include/asm-arm/mm.h