From efd99ef665b533f40926dac9414571466b605fa3 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Wed, 15 Oct 2003 16:59:24 +0000 Subject: somehow a line of code got tired of gcc abuse and sneaked itself into an #if 0'ed piece right beore itself thus causing all kinds of hell --- sys/arch/hppa/hppa/intr.c | 4 ++-- 1 file 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; } -- cgit v1.2.3