Date: Wed, 22 Oct 2003 12:04:09 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200310221904.h9MJ49xF012591@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310221904.h9MJ49xF012591>