mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Fixed insertion sort errors in the opt_cpu.h section.
Removed banal comments about ELAN*. Complain about ELAN* being misnamed instead (so that these options are not obviously related to a CPU and don't sort with CPU_ELAN). Complain about CPU_DISABLE_CMPXCHG being in the wrong namespace.
This commit is contained in:
parent
0f7d82315a
commit
dd7b5bb30b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122230
@ -38,15 +38,17 @@ CLK_USE_I8254_CALIBRATION opt_clock.h
|
||||
CLK_USE_TSC_CALIBRATION opt_clock.h
|
||||
TIMER_FREQ opt_clock.h
|
||||
|
||||
NO_F00F_HACK opt_cpu.h
|
||||
CPU_BLUELIGHTNING_FPU_OP_CACHE opt_cpu.h
|
||||
CPU_ATHLON_SSE_HACK opt_cpu.h
|
||||
CPU_BLUELIGHTNING_3X opt_cpu.h
|
||||
CPU_BLUELIGHTNING_FPU_OP_CACHE opt_cpu.h
|
||||
CPU_BTB_EN opt_cpu.h
|
||||
CPU_CYRIX_NO_LOCK opt_cpu.h
|
||||
CPU_DIRECT_MAPPED_CACHE opt_cpu.h
|
||||
CPU_DISABLE_5X86_LSSER opt_cpu.h
|
||||
CPU_DISABLE_CMPXCHG opt_global.h # XXX global, unlike other CPU_*
|
||||
CPU_DISABLE_SSE opt_cpu.h
|
||||
CPU_ELAN opt_cpu.h
|
||||
CPU_SOEKRIS opt_cpu.h
|
||||
CPU_ENABLE_SSE opt_cpu.h
|
||||
CPU_FASTER_5X86_FPU opt_cpu.h
|
||||
CPU_GEODE opt_cpu.h
|
||||
CPU_I486_ON_386 opt_cpu.h
|
||||
@ -55,20 +57,16 @@ CPU_L2_LATENCY opt_cpu.h
|
||||
CPU_LOOP_EN opt_cpu.h
|
||||
CPU_PPRO2CELERON opt_cpu.h
|
||||
CPU_RSTK_EN opt_cpu.h
|
||||
CPU_SOEKRIS opt_cpu.h
|
||||
CPU_SUSP_HLT opt_cpu.h
|
||||
CPU_UPGRADE_HW_CACHE opt_cpu.h
|
||||
CPU_WT_ALLOC opt_cpu.h
|
||||
CYRIX_CACHE_WORKS opt_cpu.h
|
||||
CYRIX_CACHE_REALLY_WORKS opt_cpu.h
|
||||
CYRIX_CACHE_WORKS opt_cpu.h
|
||||
ELAN_PPS opt_cpu.h # XXX should be named CPU_*
|
||||
ELAN_XTAL opt_cpu.h # XXX should be named CPU_*
|
||||
NO_F00F_HACK opt_cpu.h
|
||||
NO_MEMORY_HOLE opt_cpu.h
|
||||
CPU_ENABLE_SSE opt_cpu.h
|
||||
CPU_ATHLON_SSE_HACK opt_cpu.h
|
||||
CPU_DISABLE_SSE opt_cpu.h
|
||||
CPU_DISABLE_CMPXCHG opt_global.h
|
||||
|
||||
# Options for the AMD Elan CPU
|
||||
ELAN_PPS opt_cpu.h
|
||||
ELAN_XTAL opt_cpu.h
|
||||
|
||||
# The CPU type affects the endian conversion functions all over the kernel.
|
||||
I386_CPU opt_global.h
|
||||
|
Loading…
Reference in New Issue
Block a user