Hi Julien, > -----Original Message----- > Subject: [PATCH v4 07/14] xen/arm32: head: Jump to the runtime mapping in > enable_mmu() > > From: Julien Grall <jgr...@amazon.com> > > At the moment, enable_mmu() will return to an address in the 1:1 mapping > and each path is responsible to switch to the runtime mapping. > > In a follow-up patch, the behavior to switch to the runtime mapping > will become more complex. So to avoid more code/comment duplication, > move the switch in enable_mmu(). > > Lastly, take the opportunity to replace load from literal pool with > mov_w. > > Signed-off-by: Julien Grall <jgr...@amazon.com> > Reviewed-by: Stefano Stabellini <sstabell...@kernel.org>
I've tested this patch on FVP in arm32 execution mode, and this patch is good, so: Tested-by: Henry Wang <henry.w...@arm.com> Kind regards, Henry