summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/cpu.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-12-03 10:18:24 +0000
committerbde <bde@FreeBSD.org>1994-12-03 10:18:24 +0000
commit4047e040e23a66e83a8aa28b66ae55ba161f363c (patch)
treee6937f65200e836c6a16cec93349de1b32a06cff /sys/i386/include/cpu.h
parentbe27214244934a97220f616d15ad99b9badee65e (diff)
downloadFreeBSD-src-4047e040e23a66e83a8aa28b66ae55ba161f363c.zip
FreeBSD-src-4047e040e23a66e83a8aa28b66ae55ba161f363c.tar.gz
Disable CLKF_BASEPRI() again. I forgot to edit an unwanted change out of
the diffs for the previous commit.
Diffstat (limited to 'sys/i386/include/cpu.h')
-rw-r--r--sys/i386/include/cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/cpu.h b/sys/i386/include/cpu.h
index 5d4ce70..be1d11b 100644
--- a/sys/i386/include/cpu.h
+++ b/sys/i386/include/cpu.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)cpu.h 5.4 (Berkeley) 5/9/91
- * $Id: cpu.h,v 1.17 1994/11/26 09:27:58 phk Exp $
+ * $Id: cpu.h,v 1.18 1994/12/03 10:02:53 bde Exp $
*/
#ifndef _MACHINE_CPU_H_
@@ -59,7 +59,7 @@
#define CLKF_USERMODE(framep) (ISPL((framep)->cf_cs) == SEL_UPL)
#define CLKF_INTR(framep) (intr_nesting_level >= 2)
-#if 1
+#if 0
/*
* XXX splsoftclock() is very broken and barely worth fixing. It doesn't
* turn off the clock bit in imen or in the icu. (This is not a serious
OpenPOWER on IntegriCloud