diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-10-15 16:59:24 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-10-15 16:59:24 +0000 |
commit | efd99ef665b533f40926dac9414571466b605fa3 (patch) | |
tree | 0e4f301dba3336ba112e18a59fc31f88f425b8a6 | |
parent | ac880267611a6b5b16887c45ce6d0167b3543844 (diff) |
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
-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; } |