Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F170486199
D11972.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
498 B
Referenced Files
None
Subscribers
None
D11972.id.diff
View Options
Index: sys/arm64/arm64/machdep.c
===================================================================
--- sys/arm64/arm64/machdep.c
+++ sys/arm64/arm64/machdep.c
@@ -222,7 +222,8 @@
* If we have just been running VFP instructions we will
* need to save the state to memcpy it below.
*/
- vfp_save_state(td, pcb);
+ if (td == curthread)
+ vfp_save_state(td, pcb);
KASSERT(pcb->pcb_fpusaved == &pcb->pcb_fpustate,
("Called fill_fpregs while the kernel is using the VFP"));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Sep 6, 1:29 AM (12 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38373993
Default Alt Text
D11972.id.diff (498 B)
Attached To
Mode
D11972: Don't panic for PT_GETFPREGS.
Attached
Detach File
Event Timeline
Log In to Comment