summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.pc98
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-11-11 17:14:26 +0000
committerjhb <jhb@FreeBSD.org>2003-11-11 17:14:26 +0000
commit79be2e97e913be8167bc45e3013288386c4ac2be (patch)
tree9d7448fb3036ea300e78b22d059972b257139eda /sys/conf/options.pc98
parent8ffd3da8754be2635fb1bd8e42c87ecff2dd2ae9 (diff)
downloadFreeBSD-src-79be2e97e913be8167bc45e3013288386c4ac2be.zip
FreeBSD-src-79be2e97e913be8167bc45e3013288386c4ac2be.tar.gz
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.
Diffstat (limited to 'sys/conf/options.pc98')
-rw-r--r--sys/conf/options.pc981
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98
index 469fb82..b60f228 100644
--- a/sys/conf/options.pc98
+++ b/sys/conf/options.pc98
@@ -7,6 +7,7 @@ BROKEN_KEYBOARD_RESET opt_reset.h
COMPAT_OLDISA
I586_PMC_GUPROF opt_i586_guprof.h
MAXMEM
+MPTABLE_FORCE_HTT
NO_MIXED_MODE
PERFMON
DISABLE_PSE opt_pmap.h
OpenPOWER on IntegriCloud