summaryrefslogtreecommitdiff
path: root/sys/arch/moko
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2010-02-01 23:53:59 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2010-02-01 23:53:59 +0000
commit3e09500a34a876fb01fea314e974464ada24a07a (patch)
treecca55bd3a21bbb758e12d1756f17048047745a65 /sys/arch/moko
parentaacd9da5dfeccadb16220ec6e0d58dd79f86179f (diff)
Commit a diff I had sitting around in my tree that 90% matches one sent by
dermist. fixes moko build.
Diffstat (limited to 'sys/arch/moko')
-rw-r--r--sys/arch/moko/include/intr.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/moko/include/intr.h b/sys/arch/moko/include/intr.h
index b95174a437c..d3b35124ea5 100644
--- a/sys/arch/moko/include/intr.h
+++ b/sys/arch/moko/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.3 2010/01/14 02:14:25 kevlo Exp $ */
+/* $OpenBSD: intr.h,v 1.4 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_ */
-