summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/cpu.h
diff options
context:
space:
mode:
authorThomas Nordin <nordin@cvs.openbsd.org>2002-06-07 21:33:44 +0000
committerThomas Nordin <nordin@cvs.openbsd.org>2002-06-07 21:33:44 +0000
commita8a4729faded286eb50d21323bfcb165b3c5dc50 (patch)
tree59be2cb78a069cec7a96815a46afad8a55dbef92 /sys/arch/mvme88k/include/cpu.h
parent87739f251b80651d7bf5e456e0dc04696a638f9b (diff)
Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@
Diffstat (limited to 'sys/arch/mvme88k/include/cpu.h')
-rw-r--r--sys/arch/mvme88k/include/cpu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/include/cpu.h b/sys/arch/mvme88k/include/cpu.h
index 11481c03263..0996b338d50 100644
--- a/sys/arch/mvme88k/include/cpu.h
+++ b/sys/arch/mvme88k/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.18 2002/03/14 01:26:39 millert Exp $ */
+/* $OpenBSD: cpu.h,v 1.19 2002/06/07 21:33:43 nordin Exp $ */
/*
* Copyright (c) 1996 Nivas Madhur
* Copyright (c) 1992, 1993
@@ -84,7 +84,6 @@ struct clockframe {
extern int intstack;
#define CLKF_USERMODE(framep) ((((struct trapframe *)(framep))->epsr & PSR_MODE) == 0)
-#define CLKF_BASEPRI(framep) (((struct trapframe *)(framep))->mask == 0)
#define CLKF_PC(framep) (((struct trapframe *)(framep))->sxip & ~3)
#define CLKF_INTR(framep) (((struct trapframe *)(framep))->r[31] > intstack)