Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102660912
D40696.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
797 B
Referenced Files
None
Subscribers
None
D40696.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
@@ -484,9 +484,8 @@
return;
#endif
- CTR4(KTR_TRAP,
- "do_el1_sync: curthread: %p, esr 0x%lx, elr: 0x%lx, frame: %p",
- td, esr, frame->tf_elr, frame);
+ CTR4(KTR_TRAP, "%s: exception=%lu, elr=0x%lx, esr=0x%lx",
+ __func__, exception, frame->tf_elr, esr);
/*
* Enable debug exceptions if we aren't already handling one. They will
@@ -598,9 +597,8 @@
}
intr_enable();
- CTR4(KTR_TRAP,
- "do_el0_sync: curthread: %p, esr 0x%lx, elr: 0x%lx, frame: %p",
- td, esr, frame->tf_elr, frame);
+ CTR4(KTR_TRAP, "%s: exception=%lu, elr=0x%lx, esr=0x%lx",
+ __func__, exception, frame->tf_elr, esr);
switch (exception) {
case EXCP_FP_SIMD:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 12:14 PM (20 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14658527
Default Alt Text
D40696.diff (797 B)
Attached To
Mode
D40696: arm64: improve KTR_TRAP trace entries
Attached
Detach File
Event Timeline
Log In to Comment