Hi Michal, > On Fri, Jul 04, 2025 at 11:08:31AM +0000, Michal Orzel wrote: > The current look and feel of setup_mm() leaves a lot to be desired. The > scope of variables is not the best, many variables are not really needed > while some others are set but not used. The first iteration of membanks > is split from the loop for no reason. Tidy up this function for better > readability. > > No functional change. > > Signed-off-by: Michal Orzel <michal.or...@amd.com> Reviewed-by: Hari Limaye <hari.lim...@arm.com> Tested-by: Hari Limaye <hari.lim...@arm.com>
LGTM! Tested (compilation) via Arm AArch32 build. Many thanks, Hari