From a8a4729faded286eb50d21323bfcb165b3c5dc50 Mon Sep 17 00:00:00 2001 From: Thomas Nordin Date: Fri, 7 Jun 2002 21:33:44 +0000 Subject: Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ --- sys/arch/mac68k/include/cpu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/mac68k/include') diff --git a/sys/arch/mac68k/include/cpu.h b/sys/arch/mac68k/include/cpu.h index a884cc13c27..8203c42bc60 100644 --- a/sys/arch/mac68k/include/cpu.h +++ b/sys/arch/mac68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.26 2002/04/27 01:52:10 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.27 2002/06/07 21:33:43 nordin Exp $ */ /* $NetBSD: cpu.h,v 1.45 1997/02/10 22:13:40 scottr Exp $ */ /* @@ -102,7 +102,6 @@ struct clockframe { }; #define CLKF_USERMODE(framep) (((framep)->sr & PSL_S) == 0) -#define CLKF_BASEPRI(framep) (((framep)->sr & PSL_IPL) == 0) #define CLKF_PC(framep) ((framep)->pc) #define CLKF_INTR(framep) (0) /* XXX should use PSL_M (see hp300) */ -- cgit v1.2.3