diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-01 15:21:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-01 15:21:44 +0000 |
commit | 1a60e8dad01d227ec75ba1409337cf1a01ece709 (patch) | |
tree | 44342ac3b4230f1865d0ac29fd2c56efce26a4e2 /sys/arch | |
parent | 6b65952772d0ce116ec39ea185a01ac611cfb4ec (diff) |
expose two things needed for non-DIAGNOSTIC kernels
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc/sparc/intr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc/sparc/intr.c b/sys/arch/sparc/sparc/intr.c index 5b15030efb6..d5ace6ea10a 100644 --- a/sys/arch/sparc/sparc/intr.c +++ b/sys/arch/sparc/sparc/intr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.c,v 1.28 2005/08/14 10:58:36 miod Exp $ */ +/* $OpenBSD: intr.c,v 1.29 2007/05/01 15:21:43 deraadt Exp $ */ /* $NetBSD: intr.c,v 1.20 1997/07/29 09:42:03 fair Exp $ */ /* @@ -249,10 +249,8 @@ static struct { void *data; } fastvec_share[15]; -#ifdef DIAGNOSTIC extern int sparc_interrupt4m[]; extern int sparc_interrupt44c[]; -#endif /* * Attach an interrupt handler to the vector chain for the given level. |