Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106152579
D3714.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
696 B
Referenced Files
None
Subscribers
None
D3714.diff
View Options
Index: head/sys/arm64/arm64/exception.S
===================================================================
--- head/sys/arm64/arm64/exception.S
+++ head/sys/arm64/arm64/exception.S
@@ -63,8 +63,13 @@
.endm
.macro restore_registers el
- msr daifset, #2 /* Disable interrupts, x18 may change
- * in the interrupt exception handler */
+.if \el == 1
+ msr daifset, #2
+ /*
+ * Disable interrupts, x18 may change in the interrupt exception
+ * handler. For EL0 exceptions, do_ast already did this.
+ */
+.endif
ldp x18, lr, [sp], #16
ldp x10, x11, [sp], #16
.if \el == 0
@@ -155,6 +160,7 @@
save_registers 0
mov x0, sp
bl arm_cpu_intr
+ do_ast
restore_registers 0
eret
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 27, 6:29 AM (11 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15611838
Default Alt Text
D3714.diff (696 B)
Attached To
Mode
D3714: More exception.S changes
Attached
Detach File
Event Timeline
Log In to Comment