diff options
Diffstat (limited to 'sys/arch/powerpc/include/intr.h')
-rw-r--r-- | sys/arch/powerpc/include/intr.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/intr.h b/sys/arch/powerpc/include/intr.h index 5cc731aa217..f2387c0a9fe 100644 --- a/sys/arch/powerpc/include/intr.h +++ b/sys/arch/powerpc/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.5 2000/03/31 04:16:34 rahnds Exp $ */ +/* $OpenBSD: intr.h,v 1.6 2000/07/06 15:29:53 ho Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom, Opsycon AB and RTMX Inc, USA. @@ -137,7 +137,8 @@ set_sint(pending) #define splclock() splraise(SPL_CLOCK|SINT_MASK) #define splimp() splraise(imask[IPL_IMP]) #define splstatclock() splhigh() -#define splsoftclock() spllower(SINT_CLOCK) +#define spllowersoftclock() spllower(SINT_CLOCK) +#define splsoftclock() splraise(SINT_CLOCK) #define splsoftnet() splraise(SINT_NET) #define splsofttty() splraise(SINT_TTY) |