diff options
author | msmith <msmith@FreeBSD.org> | 1998-02-16 23:57:03 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1998-02-16 23:57:03 +0000 |
commit | c7b0dc2cbbd7ef60752fa3f16bbc6e6fd82ca94f (patch) | |
tree | e50826b98f44c34aa0e9e7e9902ddd9ff4f2b673 /sys/amd64/conf | |
parent | 1455a3a3aa40cbe8e28d27e29023225df05d412e (diff) | |
download | FreeBSD-src-c7b0dc2cbbd7ef60752fa3f16bbc6e6fd82ca94f.zip FreeBSD-src-c7b0dc2cbbd7ef60752fa3f16bbc6e6fd82ca94f.tar.gz |
Remove DISABLE_PSE option which was masking (but not fixing) the problem.
A correct fix for execution off MFS filesystems has been committed.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r-- | sys/amd64/conf/GENERIC | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index a3292b7..39b65ef 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.105 1998/01/24 02:54:09 eivind Exp $ +# $Id: GENERIC,v 1.106 1998/02/16 00:29:05 msmith Exp $ machine "i386" cpu "I386_CPU" @@ -39,8 +39,6 @@ options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor -options DISABLE_PSE #disable broken PSE support - config kernel root on wd0 controller isa0 |