summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k/include/intr.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-10-12 20:53:23 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-10-12 20:53:23 +0000
commitda118f9f7685dc00a8337613f6e7e63cbbb57e0a (patch)
tree169690ccfeed5dcb22f26741e7afacf9ee261e0b /sys/arch/luna88k/include/intr.h
parent5321e2257abb1551c5d340c5b3195799ad90f133 (diff)
Define IPL_SCHED and spslsched(), matching the statclock level.
Diffstat (limited to 'sys/arch/luna88k/include/intr.h')
-rw-r--r--sys/arch/luna88k/include/intr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/luna88k/include/intr.h b/sys/arch/luna88k/include/intr.h
index 31af8d4433a..16203b85b4a 100644
--- a/sys/arch/luna88k/include/intr.h
+++ b/sys/arch/luna88k/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.3 2004/12/24 22:50:30 miod Exp $ */
+/* $OpenBSD: intr.h,v 1.4 2005/10/12 20:53:20 miod Exp $ */
/*
* Copyright (C) 2000 Steve Murphree, Jr.
* All rights reserved.
@@ -43,6 +43,7 @@
#define IPL_VM 5
#define IPL_CLOCK 6
#define IPL_STATCLOCK 6
+#define IPL_SCHED 6
#define IPL_HIGH 7
#define IPL_NMI 7
#define IPL_ABORT 7