Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137233886
D3246.id7501.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
452 B
Referenced Files
None
Subscribers
None
D3246.id7501.diff
View Options
Index: sys/arm64/arm64/trap.c
===================================================================
--- sys/arm64/arm64/trap.c
+++ sys/arm64/arm64/trap.c
@@ -319,6 +319,12 @@
#endif
break;
case EXCP_SVC:
+ /*
+ * Ensure the svc_handler is being run with interrupts enabled.
+ * They will be automatically restored when returning from
+ * exception handler.
+ */
+ intr_enable();
svc_handler(frame);
break;
case EXCP_INSN_ABORT_L:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 22, 4:29 PM (17 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25863898
Default Alt Text
D3246.id7501.diff (452 B)
Attached To
Mode
D3246: Enable IRQ during syscalls on ARM64
Attached
Detach File
Event Timeline
Log In to Comment