From 3e09500a34a876fb01fea314e974464ada24a07a Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Mon, 1 Feb 2010 23:53:59 +0000 Subject: Commit a diff I had sitting around in my tree that 90% matches one sent by dermist. fixes moko build. --- sys/arch/moko/include/intr.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/arch/moko') 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_ */ - -- cgit v1.2.3