Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108959394
D46814.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
312 B
Referenced Files
None
Subscribers
None
D46814.diff
View Options
diff --git a/sys/arm64/arm64/trap.c b/sys/arm64/arm64/trap.c
--- a/sys/arm64/arm64/trap.c
+++ b/sys/arm64/arm64/trap.c
@@ -375,7 +375,6 @@
bad_far:
if (td->td_intr_nesting_level == 0 &&
pcb->pcb_onfault != 0) {
- frame->tf_x[0] = error;
frame->tf_elr = pcb->pcb_onfault;
return;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 31, 12:18 AM (6 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16348966
Default Alt Text
D46814.diff (312 B)
Attached To
Mode
D46814: arm64: Stop setting x0 for pcb_onfault handlers
Attached
Detach File
Event Timeline
Log In to Comment