summaryrefslogtreecommitdiff
path: root/sys/arch/palm/include/intr.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/palm/include/intr.h')
-rw-r--r--sys/arch/palm/include/intr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/palm/include/intr.h b/sys/arch/palm/include/intr.h
index c341f9ea7f0..8cdb0868853 100644
--- a/sys/arch/palm/include/intr.h
+++ b/sys/arch/palm/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.1 2009/09/05 01:22:11 marex Exp $ */
+/* $OpenBSD: intr.h,v 1.2 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