summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r--sys/arch/mvme88k/include/intr.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/include/intr.h b/sys/arch/mvme88k/include/intr.h
index 1fd9dca3ea6..8b520af881e 100644
--- a/sys/arch/mvme88k/include/intr.h
+++ b/sys/arch/mvme88k/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.8 2002/03/14 01:26:39 millert Exp $ */
+/* $OpenBSD: intr.h,v 1.9 2002/04/29 07:35:20 miod Exp $ */
/*
* Copyright (C) 2000 Steve Murphree, Jr.
* All rights reserved.
@@ -91,6 +91,9 @@ int spl0(void);
/* needs major cleanup - XXX nivas */
+/* SPL asserts */
+#define splassert(wantipl) /* nothing */
+
#if 0
spl0 is a function by itself. I really am serious about the clean up
above...