Remove CPU_ENABLE_TCC and hook the cpufreq p4tcc up to the build.
This commit is contained in:
parent
7d0c036d10
commit
badee853c0
sys
@ -219,6 +219,7 @@ i386/bios/smapi_bios.S optional smapi
|
||||
i386/bios/smbios.c optional smbios
|
||||
i386/bios/vpd.c optional vpd
|
||||
i386/cpufreq/est.c optional cpufreq
|
||||
i386/cpufreq/p4tcc.c optional cpufreq
|
||||
#i386/i386/apic_vector.s optional apic
|
||||
i386/i386/atomic.c standard \
|
||||
compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} ${.IMPSRC}"
|
||||
@ -258,7 +259,6 @@ i386/i386/mpboot.s optional smp
|
||||
i386/i386/mptable.c optional apic
|
||||
i386/i386/mptable_pci.c optional apic pci
|
||||
i386/i386/nexus.c standard
|
||||
i386/i386/p4tcc.c optional cpu_enable_tcc
|
||||
i386/i386/perfmon.c optional perfmon
|
||||
i386/i386/perfmon.c optional perfmon profiling-routine
|
||||
i386/i386/pmap.c standard
|
||||
|
@ -53,7 +53,6 @@ CPU_ELAN_PPS opt_cpu.h
|
||||
CPU_ELAN_XTAL opt_cpu.h
|
||||
CPU_ENABLE_LONGRUN opt_cpu.h
|
||||
CPU_ENABLE_SSE opt_cpu.h
|
||||
CPU_ENABLE_TCC opt_cpu.h
|
||||
CPU_FASTER_5X86_FPU opt_cpu.h
|
||||
CPU_GEODE opt_cpu.h
|
||||
CPU_I486_ON_386 opt_cpu.h
|
||||
|
@ -115,12 +115,6 @@ cpu I686_CPU # aka Pentium Pro(tm)
|
||||
# CPU_ENABLE_SSE enables SSE/MMX2 instructions support. This is default
|
||||
# on I686_CPU and above.
|
||||
#
|
||||
# CPU_ENABLE_TCC enables Thermal Control Circuitry (TCC) found in some
|
||||
# Pentium(tm) 4 and (possibly) later CPUs. When enabled and detected,
|
||||
# TCC supports restricting power consumption using the hw.p4tcc.*
|
||||
# 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_FASTER_5X86_FPU enables faster FPU exception handler.
|
||||
#
|
||||
# CPU_GEODE is for the SC1100 Geode embedded processor. This option
|
||||
|
Loading…
x
Reference in New Issue
Block a user