Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108623441
D38048.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
379 B
Referenced Files
None
Subscribers
None
D38048.diff
View Options
diff --git a/sys/arm64/arm64/machdep.c b/sys/arm64/arm64/machdep.c
--- a/sys/arm64/arm64/machdep.c
+++ b/sys/arm64/arm64/machdep.c
@@ -365,7 +365,7 @@
proc_linkup0(&proc0, &thread0);
thread0.td_kstack = kstack;
- thread0.td_kstack_pages = KSTACK_PAGES;
+ thread0.td_kstack_pages = kstack_pages;
#if defined(PERTHREAD_SSP)
thread0.td_md.md_canary = boot_canary;
#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 27, 11:07 PM (9 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16219901
Default Alt Text
D38048.diff (379 B)
Attached To
Mode
D38048: arm64: Fix thread0.td_kstack_pages init
Attached
Detach File
Event Timeline
Log In to Comment