ACPI: processor: introduce arch_has_acpi_pdc
authorAlex Chiang <achiang@hp.com>
Sun, 20 Dec 2009 19:19:14 +0000 (12:19 -0700)
committerLen Brown <len.brown@intel.com>
Tue, 22 Dec 2009 08:24:10 +0000 (03:24 -0500)
commit1d9cb470a755409ce97c3376174b1e234bd20371
treecc0f35e02fed9b833be7bafda72b4980c4667ec9
parent78f1699659963fff97975df44db6d5dbe7218e55
ACPI: processor: introduce arch_has_acpi_pdc

arch dependent helper function that tells us if we should attempt to
evaluate _PDC on this machine or not.

The x86 implementation assumes that the CPUs in the machine must be
homogeneous, and that you cannot mix CPUs of different vendors.

Cc: Tony Luck <tony.luck@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
arch/ia64/include/asm/acpi.h
arch/x86/include/asm/acpi.h
arch/x86/kernel/acpi/processor.c
drivers/acpi/processor_pdc.c