Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154448594
D3107.id7002.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
477 B
Referenced Files
None
Subscribers
None
D3107.id7002.diff
View Options
Index: sys/arm64/arm64/locore.S
===================================================================
--- sys/arm64/arm64/locore.S
+++ sys/arm64/arm64/locore.S
@@ -27,6 +27,7 @@
*/
#include "assym.s"
+#include "opt_kstack_pages.h"
#include <sys/syscall.h>
#include <machine/asm.h>
@@ -181,8 +182,7 @@
mp_virtdone:
ldr x4, =secondary_stacks
mov x5, #(PAGE_SIZE * KSTACK_PAGES)
- sub x1, x0, #1
- mul x5, x1, x5
+ mul x5, x0, x5
add sp, x4, x5
b init_secondary
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 29, 3:30 PM (4 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32310580
Default Alt Text
D3107.id7002.diff (477 B)
Attached To
Mode
D3107: Fix ARM64 stack calculation
Attached
Detach File
Event Timeline
Log In to Comment