ACPI Exception (): AE_NOT_FOUND, Processor Device is not present (update)
authorZhang Rui <rui.zhang@intel.com>
Sat, 23 Feb 2008 06:53:09 +0000 (01:53 -0500)
committerLen Brown <len.brown@intel.com>
Sat, 23 Feb 2008 06:53:09 +0000 (01:53 -0500)
commitd0ce46f550ebbd765881e8c48f43b66285d798b0
tree69918df75ce5faabf0c0efaae168bd6c130947a0
parent39273b58a409cd6d65c9732bdca00bacd1626672
ACPI Exception (): AE_NOT_FOUND, Processor Device is not present (update)

update cfaf3747ff3d431fba33f75083b7f50f58ae22ff
ACPI: ACPI Exception (): AE_NOT_FOUND, Processor Device is not present

is_processor_present is only called in the processor hotplug case,
and _STA method is mandatory at this time.

We should ignore those processors that are disabled in the MADT
and don't have _STA methods.
Because they will never exist in this system.
For the processors that don't physically exist but can be
hot plugged later, we still need this debug info.

http://bugzilla.kernel.org/show_bug.cgi?id=8570

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/processor_core.c