Converted DISABLE_PSE to a new-style option.

Fixed some formatting in options.i386.
This commit is contained in:
Bruce Evans 1998-02-03 22:09:01 +00:00
parent a4b6385ede
commit 44429dc4f7
4 changed files with 16 additions and 10 deletions

View File

@ -39,7 +39,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* from: @(#)pmap.c 7.7 (Berkeley) 5/12/91 * from: @(#)pmap.c 7.7 (Berkeley) 5/12/91
* $Id: pmap.c,v 1.178 1998/01/22 17:29:30 dyson Exp $ * $Id: pmap.c,v 1.179 1998/01/31 11:55:41 dyson Exp $
*/ */
/* /*
@ -68,6 +68,8 @@
* and to when physical maps must be made correct. * and to when physical maps must be made correct.
*/ */
#include "opt_disable_pse.h"
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>
#include <sys/proc.h> #include <sys/proc.h>

View File

@ -1,6 +1,7 @@
# $Id: options.i386,v 1.69 1998/01/26 18:31:17 julian Exp $ # $Id: options.i386,v 1.70 1998/01/31 05:00:13 eivind Exp $
BOUNCEPAGES opt_bounce.h BOUNCEPAGES opt_bounce.h
DISABLE_PSE
USER_LDT USER_LDT
MATH_EMULATE opt_math_emulate.h MATH_EMULATE opt_math_emulate.h
GPL_MATH_EMULATE opt_math_emulate.h GPL_MATH_EMULATE opt_math_emulate.h
@ -46,9 +47,9 @@ AHC_SCBPAGING_ENABLE opt_aic7xxx.h
AHC_ALLOW_MEMIO opt_aic7xxx.h AHC_ALLOW_MEMIO opt_aic7xxx.h
AHC_SHARE_SCBS opt_aic7xxx.h AHC_SHARE_SCBS opt_aic7xxx.h
CLK_CALIBRATION_LOOP opt_clock.h CLK_CALIBRATION_LOOP opt_clock.h
CLK_USE_I8254_CALIBRATION opt_clock.h CLK_USE_I8254_CALIBRATION opt_clock.h
CLK_USE_TSC_CALIBRATION opt_clock.h CLK_USE_TSC_CALIBRATION opt_clock.h
NO_F00F_HACK opt_cpu.h NO_F00F_HACK opt_cpu.h
CPU_BLUELIGHTNING_FPU_OP_CACHE opt_cpu.h CPU_BLUELIGHTNING_FPU_OP_CACHE opt_cpu.h

View File

@ -1,6 +1,7 @@
# $Id: options.i386,v 1.69 1998/01/26 18:31:17 julian Exp $ # $Id: options.i386,v 1.70 1998/01/31 05:00:13 eivind Exp $
BOUNCEPAGES opt_bounce.h BOUNCEPAGES opt_bounce.h
DISABLE_PSE
USER_LDT USER_LDT
MATH_EMULATE opt_math_emulate.h MATH_EMULATE opt_math_emulate.h
GPL_MATH_EMULATE opt_math_emulate.h GPL_MATH_EMULATE opt_math_emulate.h
@ -46,9 +47,9 @@ AHC_SCBPAGING_ENABLE opt_aic7xxx.h
AHC_ALLOW_MEMIO opt_aic7xxx.h AHC_ALLOW_MEMIO opt_aic7xxx.h
AHC_SHARE_SCBS opt_aic7xxx.h AHC_SHARE_SCBS opt_aic7xxx.h
CLK_CALIBRATION_LOOP opt_clock.h CLK_CALIBRATION_LOOP opt_clock.h
CLK_USE_I8254_CALIBRATION opt_clock.h CLK_USE_I8254_CALIBRATION opt_clock.h
CLK_USE_TSC_CALIBRATION opt_clock.h CLK_USE_TSC_CALIBRATION opt_clock.h
NO_F00F_HACK opt_cpu.h NO_F00F_HACK opt_cpu.h
CPU_BLUELIGHTNING_FPU_OP_CACHE opt_cpu.h CPU_BLUELIGHTNING_FPU_OP_CACHE opt_cpu.h

View File

@ -39,7 +39,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* from: @(#)pmap.c 7.7 (Berkeley) 5/12/91 * from: @(#)pmap.c 7.7 (Berkeley) 5/12/91
* $Id: pmap.c,v 1.178 1998/01/22 17:29:30 dyson Exp $ * $Id: pmap.c,v 1.179 1998/01/31 11:55:41 dyson Exp $
*/ */
/* /*
@ -68,6 +68,8 @@
* and to when physical maps must be made correct. * and to when physical maps must be made correct.
*/ */
#include "opt_disable_pse.h"
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>
#include <sys/proc.h> #include <sys/proc.h>