Bug 2317
Summary: | How to disable HT | ||
---|---|---|---|
Product: | ACPI | Reporter: | Len Brown (lenb) |
Component: | Config-Processors | Assignee: | acpi_config-processors |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | acpi-bugzilla |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.4, 2.6 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | 2.6 patch to move maxcpus=N to parse-time |
Description
Len Brown
2004-03-16 11:19:04 UTC
Created attachment 2367 [details]
2.6 patch to move maxcpus=N to parse-time
the patch works for us. machines are intel 'westville' dual Xeons. http://support.intel.com/support/motherboards/server/se7500wv2/ maxcpus=2 with a vanilla 2.6.4 gives us one physical and one logical cpu. maxcpus=2 with this patch gives us 2 physical cpus (physical id: 0 and 3). make -j3 kernel compiles, and serial and parallel computationally intensive codes verify that the machine is in the state that /proc/cpuinfo says. they run slowly without the patch, and one on each physical cpu with the patch. cheers, robin integrated into 2.4.26 and 2.6.5 -- closing ps. the statement about "acpi=off" not disabling HT is incorrect. We fixed an issue where "acpi=off" was insufficient to avoid garbled ACPI tables. Now "acpi=off" skips all table parsing, which does disable HT (and everything else). |