summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/LINT
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1999-06-15 13:14:56 +0000
committerdes <des@FreeBSD.org>1999-06-15 13:14:56 +0000
commit5d9e5afb2b4dd83a193e8001407934591c8c8053 (patch)
treed40eb182006d7971204496bd2f26b3918ebfa7a7 /sys/i386/conf/LINT
parentdc3c0e0e206904bffcfa4f7e1d8e7dce1c09f447 (diff)
downloadFreeBSD-src-5d9e5afb2b4dd83a193e8001407934591c8c8053.zip
FreeBSD-src-5d9e5afb2b4dd83a193e8001407934591c8c8053.tar.gz
Kill option FAILSAFE.
PR: i386/12187 Approved by: bde
Diffstat (limited to 'sys/i386/conf/LINT')
-rw-r--r--sys/i386/conf/LINT10
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index f4df5f5..bb02c28 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.604 1999/05/28 10:27:22 roger Exp $
+# $Id: LINT,v 1.605 1999/06/01 18:18:36 jlemon Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -56,10 +56,6 @@ maxusers 10
options MAXDSIZ="(256*1024*1024)"
options DFLDSIZ="(256*1024*1024)"
-# When this is set, be extra conservative in various parts of the kernel
-# and choose functionality over speed (on the widest variety of systems).
-options FAILSAFE
-
# Options for the VM subsystem
#options PQ_NOOPT # No coloring
options PQ_LARGECACHE # color for 512k/16k cache
@@ -144,8 +140,8 @@ cpu I686_CPU # aka Pentium Pro(tm)
# mapped mode. Default is 2-way set associative mode.
#
# CPU_CYRIX_NO_LOCK enables weak locking for the entire address space
-# of Cyrix 6x86 and 6x86MX CPUs. If this option is not set and
-# FAILESAFE is defined, NO_LOCK bit of CCR1 is cleared. (NOTE 3)
+# of Cyrix 6x86 and 6x86MX CPUs by setting the NO_LOCK bit of CCR1.
+# Otherwise, the NO_LOCK bit of CCR1 is cleared. (NOTE 3)
#
# CPU_DISABLE_5X86_LSSER disables load store serialize (i.e. enables
# reorder). This option should not be used if you use memory mapped
OpenPOWER on IntegriCloud