summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2011-04-13 15:23:54 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2011-04-13 15:23:54 +0000
commit8e1d936e9c44c1ed5e2a5a21a4799c528e1b07de (patch)
tree9f93cfd3198252ef5315e4c8ae76f50bc03272f6 /sys/arch
parentc055286d0edd127f1fe49de8cf2bc48d0d471532 (diff)
Remove some very noisy debug code.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa64/hppa64/intr.c17
1 files changed, 1 insertions, 16 deletions
diff --git a/sys/arch/hppa64/hppa64/intr.c b/sys/arch/hppa64/hppa64/intr.c
index 64d0ff05d62..6e7d2789ba8 100644
--- a/sys/arch/hppa64/hppa64/intr.c
+++ b/sys/arch/hppa64/hppa64/intr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.c,v 1.4 2011/04/07 13:13:01 jsing Exp $ */
+/* $OpenBSD: intr.c,v 1.5 2011/04/13 15:23:53 jsing Exp $ */
/*
* Copyright (c) 2002-2004 Michael Shalayeff
@@ -45,14 +45,6 @@
#include <machine/psl.h>
#include <machine/reg.h>
-#ifdef DDB
-#include <machine/db_machdep.h>
-#endif
-
-#ifdef INTRDEBUG
-#include <ddb/db_output.h>
-#endif
-
struct hppa_iv {
char pri;
char irq;
@@ -294,13 +286,6 @@ cpu_intr(void *v)
ci->ci_in_intr--;
ci->ci_cpl = s;
-#ifdef INTRDEBUG
- if (uvmexp.intrs % 10000)
- db_printf(".");
- if (uvmexp.softs % 10000)
- db_printf("+");
-#endif
-
mtctl(imask[ci->ci_cpl], CR_EIEM);
ssm(PSL_I, mask);
}