Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159398946
D39367.id119713.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
614 B
Referenced Files
None
Subscribers
None
D39367.id119713.diff
View Options
diff --git a/sys/arm64/arm64/locore.S b/sys/arm64/arm64/locore.S
--- a/sys/arm64/arm64/locore.S
+++ b/sys/arm64/arm64/locore.S
@@ -854,6 +854,12 @@
b abort
END(abort)
+.bss
+ .align PAGE_SHIFT
+initstack:
+ .space (PAGE_SIZE * KSTACK_PAGES)
+initstack_end:
+
.section .init_pagetable, "aw", %nobits
.align PAGE_SHIFT
/*
@@ -884,18 +890,11 @@
.space PAGE_SIZE
pagetable_l0_ttbr0:
.space PAGE_SIZE
-
pagetable_end:
el2_pagetable:
.space PAGE_SIZE
- .align 4
-initstack:
- .space (PAGE_SIZE * KSTACK_PAGES)
-initstack_end:
-
-
.text
EENTRY(aarch32_sigcode)
.word 0xe1a0000d // mov r0, sp
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jun 14, 5:43 PM (8 m, 25 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33956974
Default Alt Text
D39367.id119713.diff (614 B)
Attached To
Mode
D39367: arm64: Move the initial kernel stack out of the init_pagetables section
Attached
Detach File
Event Timeline
Log In to Comment