mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
arm64: Fix typo in pagetable_l0_ttbr0_bootstrap symbol name
Obtained from: CheriBSD
This commit is contained in:
parent
b307cfe419
commit
c6a6ec85a7
1 changed files with 3 additions and 3 deletions
|
|
@ -211,8 +211,8 @@ ENTRY(mpentry)
|
|||
adrp x24, pagetable_l0_ttbr1
|
||||
add x24, x24, :lo12:pagetable_l0_ttbr1
|
||||
/* Load the identity page table */
|
||||
adrp x27, pagetable_l0_ttbr0_boostrap
|
||||
add x27, x27, :lo12:pagetable_l0_ttbr0_boostrap
|
||||
adrp x27, pagetable_l0_ttbr0_bootstrap
|
||||
add x27, x27, :lo12:pagetable_l0_ttbr0_bootstrap
|
||||
|
||||
/* Enable the mmu */
|
||||
bl start_mmu
|
||||
|
|
@ -916,7 +916,7 @@ pagetable_l2_ttbr0_bootstrap:
|
|||
.space PAGE_SIZE
|
||||
pagetable_l1_ttbr0_bootstrap:
|
||||
.space PAGE_SIZE
|
||||
pagetable_l0_ttbr0_boostrap:
|
||||
pagetable_l0_ttbr0_bootstrap:
|
||||
.space PAGE_SIZE
|
||||
pagetable_l0_ttbr0:
|
||||
.space PAGE_SIZE
|
||||
|
|
|
|||
Loading…
Reference in a new issue