summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2009-11-25 22:25:38 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2009-11-25 22:25:38 +0000
commit7ba888d5264245f447d7774776b101aa0882b22e (patch)
tree638b136de773de8fb7da11c772551404aeac02f9 /sys
parent22b8589a6340e14cf5f28152d8ff459096a7b90f (diff)
Unbreak GENERIC-IP27.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sgi/sgi/ip27_machdep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sgi/sgi/ip27_machdep.c b/sys/arch/sgi/sgi/ip27_machdep.c
index c5b334f4aaf..05297863789 100644
--- a/sys/arch/sgi/sgi/ip27_machdep.c
+++ b/sys/arch/sgi/sgi/ip27_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip27_machdep.c,v 1.38 2009/11/25 17:39:51 syuu Exp $ */
+/* $OpenBSD: ip27_machdep.c,v 1.39 2009/11/25 22:25:37 jsing Exp $ */
/*
* Copyright (c) 2008, 2009 Miodrag Vallat.
@@ -788,6 +788,7 @@ do { \
#define INTR_FUNCTIONNAME hubpi_intr1
#define MASK_FUNCTIONNAME ip27_hub_intr_makemasks1
#define INTR_LOCAL_DECLS
+#define MASK_LOCAL_DECLS
#define INTR_GETMASKS \
do { \
/* XXX this assumes we run on cpu0 */ \