diff options
-rw-r--r-- | sys/arch/hppa/hppa/intr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/intr.c b/sys/arch/hppa/hppa/intr.c index 8ee5b60753a..8a7b037bafa 100644 --- a/sys/arch/hppa/hppa/intr.c +++ b/sys/arch/hppa/hppa/intr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.c,v 1.11 2003/08/07 19:47:33 mickey Exp $ */ +/* $OpenBSD: intr.c,v 1.12 2003/10/15 16:59:23 mickey Exp $ */ /* * Copyright (c) 2002 Michael Shalayeff @@ -244,8 +244,8 @@ cpu_intr(void *v) cpl = 0; printf("stray interrupt %d\n", bit); } - mtctl(0, CR_EIEM); #endif + mtctl(0, CR_EIEM); } cpl = s; } |