Initialize CONTEXTIDR register on secondary cores by zero,
not with undefined value from X1 register. MFC after: 1 month
This commit is contained in:
parent
0b87c9f682
commit
7bd006d93c
@ -167,7 +167,7 @@ ENTRY(mpentry)
|
||||
bl drop_to_el1
|
||||
|
||||
/* Set the context id */
|
||||
msr contextidr_el1, x1
|
||||
msr contextidr_el1, xzr
|
||||
|
||||
/* Load the kernel page table */
|
||||
adr x24, pagetable_l0_ttbr1
|
||||
|
Loading…
Reference in New Issue
Block a user