diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-05-07 18:42:14 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-05-07 18:42:14 +0000 |
commit | 2e0cbe66a38d5565e2d4778f430a7a663e3af5d7 (patch) | |
tree | ff69bebd0cca076aa2c5ecc4de71df5814e3234e /sys/arch/sgi/include | |
parent | 7a43e5519b4bfc30506b312ac5555de7210a675e (diff) |
Move sgo to __HAVE_CPUINFO.
ok miod@
Diffstat (limited to 'sys/arch/sgi/include')
-rw-r--r-- | sys/arch/sgi/include/intr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sgi/include/intr.h b/sys/arch/sgi/include/intr.h index 41edd3da02b..e1e812202a2 100644 --- a/sys/arch/sgi/include/intr.h +++ b/sys/arch/sgi/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.16 2007/03/23 21:07:39 miod Exp $ */ +/* $OpenBSD: intr.h,v 1.17 2007/05/07 18:42:13 kettenis Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -91,6 +91,7 @@ #define splsoftnet() splraise(SINT_NETMASK|SINT_CLOCKMASK) #define splsofttty() splraise(SINT_TTYMASK) #define splstatclock() splhigh() +#define splsched() splhigh() #define splhigh() splraise(-1) #define spl0() spllower(0) |