summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-11-17 05:37:54 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-11-17 05:37:54 +0000
commit8f8b8695b62b385c0d63ae35afbe03f44fd8cbfc (patch)
treef60c354416f6c4af8580b12845260c4c12367760 /sys/arch/mvme88k
parentd49d5416628d60b6b03c7b70973a0a5d8e6f3384 (diff)
The initial ipl on luna/mvme188 like interrupt arbiters is IPL_HIGH, not
IPL_NONE; fixes a false splassert warning on boot.
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r--sys/arch/mvme88k/mvme88k/m188_machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/mvme88k/m188_machdep.c b/sys/arch/mvme88k/mvme88k/m188_machdep.c
index 52a290c48a1..11e7183a7b0 100644
--- a/sys/arch/mvme88k/mvme88k/m188_machdep.c
+++ b/sys/arch/mvme88k/mvme88k/m188_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: m188_machdep.c,v 1.42 2007/11/17 05:36:23 miod Exp $ */
+/* $OpenBSD: m188_machdep.c,v 1.43 2007/11/17 05:37:53 miod Exp $ */
/*
* Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr.
* Copyright (c) 1996 Nivas Madhur
@@ -159,7 +159,7 @@ void m188_startup(void);
*/
u_int32_t int_mask_reg[] = { 0, 0, 0, 0 };
-u_int m188_curspl[] = { IPL_NONE, IPL_NONE, IPL_NONE, IPL_NONE };
+u_int m188_curspl[] = { IPL_HIGH, IPL_HIGH, IPL_HIGH, IPL_HIGH };
/*
* external interrupt masks per spl.