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/mvme68k/include/cpu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/mvme68k/include/cpu.h') diff --git a/sys/arch/mvme68k/include/cpu.h b/sys/arch/mvme68k/include/cpu.h index 2ff957d0f1a..547bd505423 100644 --- a/sys/arch/mvme68k/include/cpu.h +++ b/sys/arch/mvme68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.13 2002/04/28 14:47:53 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.14 2002/06/07 21:33:43 nordin Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -122,7 +122,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) #if 0 /* We would like to do it this way... */ -- cgit v1.2.3