aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2008-08-31 23:54:22 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2008-08-31 23:54:22 +0000
commitcbb6aaf62f9488871832b81b0a4045f35a63d7c2 (patch)
tree43dbce3cdaa7f97adc0607df9bc97c459ad34337 /sys/powerpc
parent9dec52bfb2806d69392f4eefb3eaa91f355d2608 (diff)
Notes
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/aim/interrupt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/powerpc/aim/interrupt.c b/sys/powerpc/aim/interrupt.c
index ff77fc8dc074..d7f489ad4e2b 100644
--- a/sys/powerpc/aim/interrupt.c
+++ b/sys/powerpc/aim/interrupt.c
@@ -76,6 +76,8 @@ powerpc_interrupt(struct trapframe *framep)
td = curthread;
+ CTR2(KTR_INTR, "%s: EXC=%x", __func__, framep->exc);
+
switch (framep->exc) {
case EXC_EXI:
atomic_add_int(&td->td_intr_nesting_level, 1);