summaryrefslogtreecommitdiff
path: root/sys/arch/sh/include/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sh/include/cpu.h')
-rw-r--r--sys/arch/sh/include/cpu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sh/include/cpu.h b/sys/arch/sh/include/cpu.h
index 8b43e78767b..d0d0a7ce0ce 100644
--- a/sys/arch/sh/include/cpu.h
+++ b/sys/arch/sh/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.11 2007/10/10 15:53:52 art Exp $ */
+/* $OpenBSD: cpu.h,v 1.12 2008/02/11 20:44:43 miod Exp $ */
/* $NetBSD: cpu.h,v 1.41 2006/01/21 04:24:12 uwe Exp $ */
/*-
@@ -81,7 +81,6 @@ struct clockframe {
};
#define CLKF_USERMODE(cf) (!KERNELMODE((cf)->ssr))
-#define CLKF_BASEPRI(cf) (((cf)->ssr & 0xf0) == 0)
#define CLKF_PC(cf) ((cf)->spc)
#define CLKF_INTR(cf) 0 /* XXX */