diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-04-23 03:50:23 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-04-23 03:50:23 +0000 |
commit | 5e0ee3d236585b8d1a8a5cc9b6f75428cc37bdff (patch) | |
tree | 85c617df54c21c9df1eec49b6e2d85bb06adce32 /sys/arch/hp300/include/intr.h | |
parent | fddeb59e503ffbfbaac591d18ef04618a5e19903 (diff) |
Make sure IPL_SCHED is always defined by MD headers, instead of having a MI
fallback definition in <sys/sched.h>, so that there is no hidden include
ordering requirement between <machine/intr.h> and <sys/sched.h>.
ok deraadt@ tedu@
Diffstat (limited to 'sys/arch/hp300/include/intr.h')
-rw-r--r-- | sys/arch/hp300/include/intr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hp300/include/intr.h b/sys/arch/hp300/include/intr.h index f96d5bd42dc..5af424eb28c 100644 --- a/sys/arch/hp300/include/intr.h +++ b/sys/arch/hp300/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.26 2009/09/18 19:32:39 miod Exp $ */ +/* $OpenBSD: intr.h,v 1.27 2010/04/23 03:50:22 miod Exp $ */ /* $NetBSD: intr.h,v 1.2 1997/07/24 05:43:08 scottr Exp $ */ /*- @@ -65,6 +65,7 @@ struct isr { #define IPL_VM 5 #define IPL_CLOCK 6 #define IPL_STATCLOCK 6 +#define IPL_SCHED 7 #define IPL_HIGH 7 /* |