Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145559850
D41828.id129236.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
698 B
Referenced Files
None
Subscribers
None
D41828.id129236.diff
View Options
diff --git a/sys/arm64/arm64/vm_machdep.c b/sys/arm64/arm64/vm_machdep.c
--- a/sys/arm64/arm64/vm_machdep.c
+++ b/sys/arm64/arm64/vm_machdep.c
@@ -214,11 +214,13 @@
/* 32bits processes use r13 for sp */
if (td->td_frame->tf_spsr & PSR_M_32) {
- tf->tf_x[13] = STACKALIGN((uintptr_t)stack->ss_sp + stack->ss_size);
+ tf->tf_x[13] = STACKALIGN((uintptr_t)stack->ss_sp +
+ stack->ss_size);
if ((register_t)entry & 1)
tf->tf_spsr |= PSR_T;
} else
- tf->tf_sp = STACKALIGN((uintptr_t)stack->ss_sp + stack->ss_size);
+ tf->tf_sp = STACKALIGN((uintptr_t)stack->ss_sp +
+ stack->ss_size);
tf->tf_elr = (register_t)entry;
tf->tf_x[0] = (register_t)arg;
tf->tf_x[29] = 0;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 22, 11:54 AM (12 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28916042
Default Alt Text
D41828.id129236.diff (698 B)
Attached To
Mode
D41828: arm64: Fix long lines in vm_machdep.c
Attached
Detach File
Event Timeline
Log In to Comment