From 59ad80f2e0263fe5914ec08e4adf85fe3f5bf3f1 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 19 Apr 2005 15:29:49 +0000 Subject: nothing uses spllowersoftclock() anymore --- sys/arch/sgi/include/intr.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/sgi') 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); -- cgit v1.2.3