diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2007-05-15 13:46:23 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2007-05-15 13:46:23 +0000 |
commit | 7d95296f228e0b8befa23f15833ca056cfeeec16 (patch) | |
tree | 49ef36eadd161e34934d3d07506c88486a20d736 /sys/arch/mac68k/include/intr.h | |
parent | 91ab665a68b179b0f98b8b1f7f700357ff7a711b (diff) |
switch m68k to __HAVE_CPUINFO
help miod@, art@
ok deraadt@
Diffstat (limited to 'sys/arch/mac68k/include/intr.h')
-rw-r--r-- | sys/arch/mac68k/include/intr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mac68k/include/intr.h b/sys/arch/mac68k/include/intr.h index 0f3f4902e79..6e3d60745b4 100644 --- a/sys/arch/mac68k/include/intr.h +++ b/sys/arch/mac68k/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.15 2006/06/11 20:46:50 miod Exp $ */ +/* $OpenBSD: intr.h,v 1.16 2007/05/15 13:46:22 martin Exp $ */ /* $NetBSD: intr.h,v 1.9 1998/08/12 06:58:42 scottr Exp $ */ /* @@ -86,6 +86,7 @@ extern u_short mac68k_statclockipl; #define splstatclock() _splraise(mac68k_statclockipl) #define splserial() _splraise(PSL_S | PSL_IPL4) #define splhigh() _spl(PSL_S | PSL_IPL7) +#define splsched() splhigh() /* These spl calls are _not_ to be used by machine-independent code. */ #define spladb() splhigh() |