acpi/pstate: Be lenient about wrong # of processors in the power domain
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 11 Oct 2012 06:54:52 +0000 (14:54 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 11 Oct 2012 06:57:10 +0000 (14:57 +0800)
commitaedb11c567736448bd6307311440ffad4b91ef09
tree29213870c3f48669ee778e0148fdc831f2c5b56b
parentcb31dff3c5e12b338b6832cfde4445d76ea2b317
acpi/pstate: Be lenient about wrong # of processors in the power domain

Some stupid BIOSes seem to consider two logic CPUs (hyperthreading) as
one CPU.  Don't bail out; just print some error messages.

Reported-by: dillon@
sys/dev/acpica5/acpi_cpu_pstate.c