Date: Tue, 11 Nov 2003 09:14:26 -0800 (PST) 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 NOTES src/sys/i386/i386 mptable.c Message-ID: <200311111714.hABHEQ8r060786@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/11/11 09:14:26 PST FreeBSD src repository Modified files: sys/conf options.i386 options.pc98 sys/i386/conf NOTES sys/i386/i386 mptable.c Log: Disable probing of HTT CPUs by default for the MP Table case. HTT CPUs should only be used if they are enabled in the BIOS. Now that we support enumerating CPUs using the ACPI MADT, any HTT machine using ACPI should respect the BIOS setting. For HTT machines with ACPI disabled in the kernel, the MPTABLE_FORCE_HTT kernel option can be used to try to probe HTT CPUs like have done in the past for the MP Table case. This option should only be enabled if HTT is enabled in the BIOS. Revision Changes Path 1.202 +1 -0 src/sys/conf/options.i386 1.170 +1 -0 src/sys/conf/options.pc98 1.1106 +13 -0 src/sys/i386/conf/NOTES 1.224 +7 -0 src/sys/i386/i386/mptable.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311111714.hABHEQ8r060786>