Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142486304
D39343.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
435 B
Referenced Files
None
Subscribers
None
D39343.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
@@ -380,6 +380,7 @@
#endif
thread0.td_pcb = (struct pcb *)(thread0.td_kstack +
thread0.td_kstack_pages * PAGE_SIZE) - 1;
+ thread0.td_pcb->pcb_flags = 0;
thread0.td_pcb->pcb_fpflags = 0;
thread0.td_pcb->pcb_fpusaved = &thread0.td_pcb->pcb_fpustate;
thread0.td_pcb->pcb_vfpcpu = UINT_MAX;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 21, 8:48 AM (12 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27766089
Default Alt Text
D39343.diff (435 B)
Attached To
Mode
D39343: arm64: Ensure that thread0's PCB flags are initialized
Attached
Detach File
Event Timeline
Log In to Comment