Hi Ayan, > On 10 Oct 2024, at 15:03, Ayan Kumar Halder <ayan.kumar.hal...@amd.com> wrote: > > Secondary cpus initialization is not yet supported. Thus, we print an > appropriate message and put the secondary cpus in WFE state. > And we introduce to BUILD_BUG_ON to prevent users using from building Xen > on multiprocessor based MPU systems. > > In Arm, there is no clean way to disable SMP. As of now, we wish to support > MPU on UNP only. So, we have defined the default range of NR_CPUs to be 1 for > MPU. > > Signed-off-by: Ayan Kumar Halder <ayan.kumar.hal...@amd.com>
Apart from Jan’s comment, the rest of the changes to the arch/arm part looks ok to me: Reviewed-by: Luca Fancellu <luca.fance...@arm.com>