diff options
Diffstat (limited to 'sys/arch/mac68k/include/intr.h')
-rw-r--r-- | sys/arch/mac68k/include/intr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mac68k/include/intr.h b/sys/arch/mac68k/include/intr.h index 7441ec32c99..5acce0eb251 100644 --- a/sys/arch/mac68k/include/intr.h +++ b/sys/arch/mac68k/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.20 2009/09/18 19:32:41 miod Exp $ */ +/* $OpenBSD: intr.h,v 1.21 2010/04/23 03:50:22 miod Exp $ */ /* $NetBSD: intr.h,v 1.9 1998/08/12 06:58:42 scottr Exp $ */ /* @@ -63,6 +63,7 @@ extern u_short mac68k_statclockipl; #define IPL_VM PSLTOIPL(mac68k_vmipl) #define IPL_CLOCK PSLTOIPL(mac68k_clockipl) #define IPL_STATCLOCK PSLTOIPL(mac68k_statclockipl) +#define IPL_SCHED 7 #define IPL_HIGH 7 #define MD_IPLTOPSL(ipl) IPLTOPSL(ipl) |