summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/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/mac68k/include/cpu.h
parent87739f251b80651d7bf5e456e0dc04696a638f9b (diff)
Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@
Diffstat (limited to 'sys/arch/mac68k/include/cpu.h')
-rw-r--r--sys/arch/mac68k/include/cpu.h3
1 files changed, 1 insertions, 2 deletions
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) */