Fixed the latest unsortings of CPU_ENABLE_*.
This commit is contained in:
parent
c014f65858
commit
aa5191aa75
@ -110,6 +110,10 @@ cpu I686_CPU # aka Pentium Pro(tm)
|
||||
# CPU_ELAN_PPS enables precision timestamp code.
|
||||
# CPU_ELAN_XTAL sets the clock crystal frequency in Hz
|
||||
#
|
||||
# CPU_ENABLE_LONGRUN enables support for Transmeta Crusoe LongRun
|
||||
# technology which allows to restrict power consumption of the CPU by
|
||||
# using group of hw.crusoe.* sysctls.
|
||||
#
|
||||
# CPU_ENABLE_SSE enables SSE/MMX2 instructions support. This is default
|
||||
# on I686_CPU and above.
|
||||
#
|
||||
@ -119,10 +123,6 @@ cpu I686_CPU # aka Pentium Pro(tm)
|
||||
# sysctls. This operates independently of SpeedStep and is useful on
|
||||
# systems where other mechanisms such as apm(4) or acpi(4) don't work.
|
||||
#
|
||||
# CPU_ENABLE_LONGRUN enables support for Transmeta Crusoe LongRun
|
||||
# technology which allows to restrict power consumption of the CPU by
|
||||
# using group of hw.crusoe.* sysctls.
|
||||
#
|
||||
# CPU_FASTER_5X86_FPU enables faster FPU exception handler.
|
||||
#
|
||||
# CPU_GEODE is for the SC1100 Geode embedded processor. This option
|
||||
@ -197,9 +197,9 @@ options CPU_DISABLE_CMPXCHG
|
||||
options CPU_ELAN
|
||||
options CPU_ELAN_PPS
|
||||
options CPU_ELAN_XTAL=32768000
|
||||
options CPU_ENABLE_LONGRUN
|
||||
options CPU_ENABLE_SSE
|
||||
options CPU_ENABLE_TCC
|
||||
options CPU_ENABLE_LONGRUN
|
||||
options CPU_FASTER_5X86_FPU
|
||||
options CPU_GEODE
|
||||
options CPU_I486_ON_386
|
||||
|
Loading…
x
Reference in New Issue
Block a user