From: Peng Fan <[email protected]> bit23 is SPAN, not reserved bit.
Signed-off-by: Peng Fan <[email protected]> --- hypervisor/arch/arm64/include/asm/sysregs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypervisor/arch/arm64/include/asm/sysregs.h b/hypervisor/arch/arm64/include/asm/sysregs.h index 0105b109..a7370373 100644 --- a/hypervisor/arch/arm64/include/asm/sysregs.h +++ b/hypervisor/arch/arm64/include/asm/sysregs.h @@ -64,7 +64,7 @@ #define SCTLR_EE_BIT (1 << 25) #define SCTLR_UCI_BIT (1 << 26) -#define SCTLR_EL1_RES1 ((1 << 11) | (1 << 20) | (3 << 22) | (3 << 28)) +#define SCTLR_EL1_RES1 ((1 << 11) | (1 << 20) | (1 << 22) | (3 << 28)) #define SCTLR_EL2_RES1 ((3 << 4) | (1 << 11) | (1 << 16) | (1 << 18) \ | (3 << 22) | (3 << 28)) -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/20200807030632.28259-9-peng.fan%40nxp.com.
