summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2011-05-12 12:54:38 +0000
committerkettenis <kettenis@openbsd.org>2011-05-12 12:54:38 +0000
commitfc934d60a307d6a284deef10d085e0e7b5097bd1 (patch)
tree10211660ae0b89be379f2a7f6b91c08db4c9a4a2
parentAvoid fp computations for stats, this make calling malloc_dump() safe in more (diff)
downloadwireguard-openbsd-fc934d60a307d6a284deef10d085e0e7b5097bd1.tar.xz
wireguard-openbsd-fc934d60a307d6a284deef10d085e0e7b5097bd1.zip
Get rid of the biomask printf here as well. Suggested by mikeb@
-rw-r--r--sys/arch/hppa/hppa/intr.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/hppa/hppa/intr.c b/sys/arch/hppa/hppa/intr.c
index 87720c8eea4..424d9bf37df 100644
--- a/sys/arch/hppa/hppa/intr.c
+++ b/sys/arch/hppa/hppa/intr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.c,v 1.39 2011/05/01 21:59:38 kettenis Exp $ */
+/* $OpenBSD: intr.c,v 1.40 2011/05/12 12:54:38 kettenis Exp $ */
/*
* Copyright (c) 2002-2004 Michael Shalayeff
@@ -119,9 +119,6 @@ cpu_intr_init(void)
for (level = 0; level < NIPL - 1; level++)
imask[level + 1] |= imask[level];
- printf("biomask 0x%lx netmask 0x%lx ttymask 0x%lx\n",
- imask[IPL_BIO], imask[IPL_NET], imask[IPL_TTY]);
-
/* XXX the whacky trick is to prevent hardclock from happenning */
mfctl(CR_ITMR, mask);
mtctl(mask - 1, CR_ITMR);