Hi Julien, > -----Original Message----- > Subject: [PATCH v4 06/14] xen/arm32: head: Replace "ldr rX, =<label>" with > "mov_w rX, <label>" > > From: Julien Grall <jgr...@amazon.com> > > "ldr rX, =<label>" is used to load a value from the literal pool. This > implies a memory access. > > This can be avoided by using the macro mov_w which encode the value in > the immediate of two instructions. > > So replace all "ldr rX, =<label>" with "mov_w rX, <label>". > > No functional changes intended. > > 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