From: Wei Chen Date: Tue, 31 May 2016 02:54:14 +0000 (+0800) Subject: xen/arm: arm64: Remove MPIDR multiprocessing extensions check X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~1072 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1f8168784ebfd862586d1d02acb3352ec3715d12;p=xen.git xen/arm: arm64: Remove MPIDR multiprocessing extensions check In AArch32, MPIDR bit 31 is defined as multiprocessing extensions bit. But in AArch64, this bit is always RES1. So the value check for this bit is no longer necessary in AArch64. Signed-off-by: Wei Chen Reviewed-by: Julien Grall Signed-off-by: Stefano Stabellini --- diff --git a/xen/arch/arm/arm64/head.S b/xen/arch/arm/arm64/head.S index 3090beb71d..91e2817953 100644 --- a/xen/arch/arm/arm64/head.S +++ b/xen/arch/arm/arm64/head.S @@ -267,7 +267,6 @@ common_start: * find that multiprocessor extensions are * present and the system is SMP */ mrs x0, mpidr_el1 - tbz x0, _MPIDR_SMP, 1f /* Multiprocessor extension not supported? */ tbnz x0, _MPIDR_UP, 1f /* Uniprocessor system? */ ldr x13, =(~MPIDR_HWID_MASK)