Hi Julien, > -----Original Message----- > Subject: [PATCH 12/22] xen/arm: fixmap: Rename the fixmap slots to follow > the x86 convention > > From: Julien Grall <jgr...@amazon.com> > > At the moment the fixmap slots are prefixed differently between arm and > x86. > > Some of them (e.g. the PMAP slots) are used in common code. So it would > be better if they are named the same way to avoid having to create > aliases. > > I have decided to use the x86 naming because they are less change. So > all the Arm fixmap slots will now be prefixed with FIX rather than > FIXMAP. > > Signed-off-by: Julien Grall <jgr...@amazon.com>
Reviewed-by: Henry Wang <henry.w...@arm.com> Kind regards, Henry