From: Zhang Rui Date: Sat, 23 Feb 2008 06:53:09 +0000 (-0500) Subject: ACPI Exception (): AE_NOT_FOUND, Processor Device is not present (update) X-Git-Tag: v2.6.25-rc6~19^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0ce46f550ebbd765881e8c48f43b66285d798b0;p=pandora-kernel.git 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 Signed-off-by: Len Brown --- Reading git-diff-tree failed