Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145915323
D25775.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
343 B
Referenced Files
None
Subscribers
None
D25775.diff
View Options
Index: head/sys/mips/mips/trap.c
===================================================================
--- head/sys/mips/mips/trap.c
+++ head/sys/mips/mips/trap.c
@@ -740,7 +740,7 @@
}
goto err;
}
- addr = trapframe->pc;
+ addr = trapframe->badvaddr;
msg = "BAD_PAGE_FAULT";
log_bad_page_fault(msg, trapframe, type);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 27, 3:25 AM (7 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29012191
Default Alt Text
D25775.diff (343 B)
Attached To
Mode
D25775: Set si_addr to badvaddr for TLB faults.
Attached
Detach File
Event Timeline
Log In to Comment