diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-04-19 15:29:49 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-04-19 15:29:49 +0000 |
commit | 59ad80f2e0263fe5914ec08e4adf85fe3f5bf3f1 (patch) | |
tree | 03dd89b4904868f16022984422ccd71995c499b5 /sys/arch/sgi | |
parent | 6743c0abb9adc7d82993ab522b4d4452d46c74a3 (diff) |
nothing uses spllowersoftclock() anymore
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/include/intr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sgi/include/intr.h b/sys/arch/sgi/include/intr.h index 082114a92c1..aadd18b1fed 100644 --- a/sys/arch/sgi/include/intr.h +++ b/sys/arch/sgi/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.12 2005/01/31 21:35:50 grange Exp $ */ +/* $OpenBSD: intr.h,v 1.13 2005/04/19 15:29:48 mickey Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -106,7 +106,6 @@ #define splstatclock() splhigh() #define splhigh() splraise(-1) #define spl0() spllower(0) -#define spllowersoftclock() spllower(SINT_CLOCKMASK) #define setsoftclock() set_ipending(SINT_CLOCKMASK); |