From 555639e062412a66bb436f00503b9fced2cbb4a7 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 30 Oct 2003 21:45:34 +0000 Subject: [PATCH] Fixup the sorting of some of the options. DISABLE_P* are still out of order to keep all of the opt_pmap.h options together. --- sys/conf/options.i386 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index 0b3d8785109..702d3afaa68 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -1,19 +1,19 @@ # $FreeBSD$ # Options specific to the i386 platform kernels -DISABLE_PSE opt_pmap.h -PMAP_SHPGPERPROC opt_pmap.h -DISABLE_PG_G opt_pmap.h -PPC_PROBE_CHIPSET opt_ppc.h -PPC_DEBUG opt_ppc.h -MAXMEM -PERFMON opt_perfmon.h -POWERFAIL_NMI opt_trap.h AUTO_EOI_1 opt_auto_eoi.h AUTO_EOI_2 opt_auto_eoi.h -I586_PMC_GUPROF opt_i586_guprof.h -COMPAT_OLDISA BROKEN_KEYBOARD_RESET opt_reset.h +COMPAT_OLDISA +I586_PMC_GUPROF opt_i586_guprof.h +MAXMEM +PERFMON +DISABLE_PSE opt_pmap.h +DISABLE_PG_G opt_pmap.h +PMAP_SHPGPERPROC opt_pmap.h +PPC_PROBE_CHIPSET opt_ppc.h +PPC_DEBUG opt_ppc.h +POWERFAIL_NMI opt_trap.h # Options for emulators. These should only be used at config time, so # they are handled like options for static filesystems