diff options
Diffstat (limited to 'sys/arch/hppa/hppa/intr.c')
-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); |