git: e2d88351fdd8 - stable/14 - arm64: Fix typo in pagetable_l0_ttbr0_bootstrap symbol name

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Mon, 08 Apr 2024 19:04:40 UTC
The branch stable/14 has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=e2d88351fdd8ed7f0a021a9924afacb2c6d49b55

commit e2d88351fdd8ed7f0a021a9924afacb2c6d49b55
Author:     Alfredo Mazzinghi <am2419@cl.cam.ac.uk>
AuthorDate: 2024-03-01 18:32:43 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-04-08 18:00:06 +0000

    arm64: Fix typo in pagetable_l0_ttbr0_bootstrap symbol name
    
    Obtained from:  CheriBSD
    
    (cherry picked from commit c6a6ec85a70314b8270e25a06e77e2e7c95c7055)
---
 sys/arm64/arm64/locore.S | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys/arm64/arm64/locore.S b/sys/arm64/arm64/locore.S
index a87d7add4149..e97b393b90b4 100644
--- a/sys/arm64/arm64/locore.S
+++ b/sys/arm64/arm64/locore.S
@@ -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
@@ -910,7 +910,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