summaryrefslogtreecommitdiff
path: root/sys/arch/gumstix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/gumstix')
-rw-r--r--sys/arch/gumstix/include/intr.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/gumstix/include/intr.h b/sys/arch/gumstix/include/intr.h
index eec8ccab66c..63067cfe29a 100644
--- a/sys/arch/gumstix/include/intr.h
+++ b/sys/arch/gumstix/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.2 2010/01/14 02:14:25 kevlo Exp $ */
+/* $OpenBSD: intr.h,v 1.3 2010/02/01 23:53:58 drahn Exp $ */
/* $NetBSD: intr.h,v 1.12 2003/06/16 20:00:59 thorpej Exp $ */
/*
@@ -87,7 +87,6 @@
#define splaudio() _splraise(IPL_AUDIO)
#define splclock() _splraise(IPL_CLOCK)
#define splstatclock() _splraise(IPL_STATCLOCK)
-#define splserial() _splraise(IPL_SERIAL)
#define spl0() _spllower(IPL_NONE)
@@ -101,4 +100,3 @@
#endif /* _KERNEL */
#endif /* _EVBARM_INTR_H_ */
-