diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-10-12 20:53:23 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-10-12 20:53:23 +0000 |
commit | da118f9f7685dc00a8337613f6e7e63cbbb57e0a (patch) | |
tree | 169690ccfeed5dcb22f26741e7afacf9ee261e0b /sys/arch/mvme88k | |
parent | 5321e2257abb1551c5d340c5b3195799ad90f133 (diff) |
Define IPL_SCHED and spslsched(), matching the statclock level.
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/include/intr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/include/intr.h b/sys/arch/mvme88k/include/intr.h index 01962559ffc..86f2e55fbc2 100644 --- a/sys/arch/mvme88k/include/intr.h +++ b/sys/arch/mvme88k/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.16 2004/12/24 22:50:30 miod Exp $ */ +/* $OpenBSD: intr.h,v 1.17 2005/10/12 20:53:22 miod Exp $ */ /* * Copyright (C) 2000 Steve Murphree, Jr. * All rights reserved. @@ -46,6 +46,7 @@ #define IPL_VM 3 #define IPL_CLOCK 5 #define IPL_STATCLOCK 5 +#define IPL_SCHED 5 #define IPL_HIGH 6 #define IPL_NMI 7 #define IPL_ABORT 7 |