diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-05-12 12:54:39 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-05-12 12:54:39 +0000 |
commit | 8dfca79479a8206623a5200030365b1298c13119 (patch) | |
tree | 1ee8dc8608c65f3cd5091c57cfc8a6b88816363e /sys/arch/hppa | |
parent | 5fe4dce87abcaf489b618a85253a376bc2531319 (diff) |
Get rid of the biomask printf here as well. Suggested by mikeb@
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/hppa/intr.c | 5 |
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); |