summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/alpha/interrupt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/interrupt.c b/sys/alpha/alpha/interrupt.c
index c4b60b7..e33f9d5 100644
--- a/sys/alpha/alpha/interrupt.c
+++ b/sys/alpha/alpha/interrupt.c
@@ -116,7 +116,7 @@ interrupt(a0, a1, a2, framep)
#endif
case ALPHA_INTR_CLOCK: /* clock interrupt */
- /* CTR0(KTR_INTR, "clock interrupt"); */
+ CTR0(KTR_INTR, "clock interrupt");
if (PCPU_GET(cpuid) != hwrpb->rpb_primary_cpu_id) {
CTR0(KTR_INTR, "ignoring clock on secondary");
atomic_subtract_int(&p->p_intr_nesting_level, 1);
OpenPOWER on IntegriCloud