Remove DISABLE_PSE option which was masking (but not fixing) the problem.

A correct fix for execution off MFS filesystems has been committed.
This commit is contained in:
Mike Smith 1998-02-16 23:57:03 +00:00
parent b35809ad68
commit 42be88e88d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33444
2 changed files with 2 additions and 6 deletions

View file

@ -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

View file

@ -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