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/hppa/include/intr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/hppa') diff --git a/sys/arch/hppa/include/intr.h b/sys/arch/hppa/include/intr.h index aaa8b23b471..97efc5faecb 100644 --- a/sys/arch/hppa/include/intr.h +++ b/sys/arch/hppa/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.29 2010/04/19 16:32:53 jsing Exp $ */ +/* $OpenBSD: intr.h,v 1.30 2010/04/23 03:50:22 miod Exp $ */ /* * Copyright (c) 2002-2004 Michael Shalayeff @@ -45,6 +45,7 @@ #define IPL_AUDIO 8 #define IPL_CLOCK 9 #define IPL_STATCLOCK 10 +#define IPL_SCHED 10 #define IPL_HIGH 10 #define IPL_NESTED 11 /* pseudo-level for sub-tables */ -- cgit v1.2.3