From: Alex Chiang Date: Mon, 22 Feb 2010 19:11:29 +0000 (-0700) Subject: ACPI: processor: add internal processor_physically_present() X-Git-Tag: v2.6.34-rc2~37^2^7~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d554a7bb0643a6151a84319bfeba8270bf5269e;p=pandora-kernel.git ACPI: processor: add internal processor_physically_present() Detect if a processor is physically present before evaluating _PDC. We want this because some BIOS will provide a _PDC even for processors that are not present. These bogus _PDC methods then attempt to load non-existent tables, which causes problems. Avoid those bogus landmines. Acked-by: Venkatesh Pallipadi Signed-off-by: Alex Chiang Signed-off-by: Len Brown --- Reading git-diff-tree failed