From 5e0ee3d236585b8d1a8a5cc9b6f75428cc37bdff Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 23 Apr 2010 03:50:23 +0000 Subject: Make sure IPL_SCHED is always defined by MD headers, instead of having a MI fallback definition in , so that there is no hidden include ordering requirement between and . ok deraadt@ tedu@ --- sys/arch/gumstix/include/intr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/gumstix') diff --git a/sys/arch/gumstix/include/intr.h b/sys/arch/gumstix/include/intr.h index 63067cfe29a..6c6ac884b01 100644 --- a/sys/arch/gumstix/include/intr.h +++ b/sys/arch/gumstix/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.3 2010/02/01 23:53:58 drahn Exp $ */ +/* $OpenBSD: intr.h,v 1.4 2010/04/23 03:50:22 miod Exp $ */ /* $NetBSD: intr.h,v 1.12 2003/06/16 20:00:59 thorpej Exp $ */ /* @@ -55,6 +55,7 @@ #define IPL_AUDIO 9 /* audio device */ #define IPL_CLOCK 10 /* clock interrupt */ #define IPL_STATCLOCK 11 /* statistics clock interrupt */ +#define IPL_SCHED 12 /* everything */ #define IPL_HIGH 12 /* everything */ #define NIPL 13 -- cgit v1.2.3