cvs commit: src/sys/conf options.i386 options.pc98
src/sys/i386/conf LINT src/sys/i386/i386 machdep.c mp_machdep.c
src/sys/i386/include smp.h
John Baldwin
jhb at FreeBSD.org
Wed Oct 22 12:04:10 PDT 2003
jhb 2003/10/22 12:04:09 PDT
FreeBSD src repository
Modified files: (Branch: RELENG_4)
sys/conf options.i386 options.pc98
sys/i386/conf LINT
Modified files: (Branch: RELENG_4_8)
sys/i386/i386 machdep.c mp_machdep.c
Modified files: (Branch: RELENG_4)
sys/i386/include smp.h
Log:
MFC: Always enable hyperthreading to avoid lockups due to APIC interrupt
routing problems.
- Enable cpu_idle_hlt for the SMP case by default since that significantly
helps HTT performance.
- Provide a facility for disabling individual CPUs by refusing to schedule
processes on them.
- Use the above to provide a sysctl for disabling or enabling all logical
CPUs. The default is to disable all logical CPUs.
- Remove the 'HTT' kernel option now that it is obsolete.
Submitted by: ps
Approved by: re (murray)
Revision Changes Path
1.132.2.21 +0 -1 src/sys/conf/options.i386
1.103.2.19 +0 -1 src/sys/conf/options.pc98
1.749.2.153 +0 -1 src/sys/i386/conf/LINT
1.385.2.28.2.1 +6 -4 src/sys/i386/i386/machdep.c
1.115.2.15.2.1 +96 -24 src/sys/i386/i386/mp_machdep.c
1.50.2.6 +2 -1 src/sys/i386/include/smp.h
More information about the cvs-all
mailing list