Page MenuHomeFreeBSD

D40696.diff
No OneTemporary

D40696.diff

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

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)

Event Timeline