mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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.
This commit is contained in:
parent
e57ea233d9
commit
555639e062
1 changed files with 10 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue