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>
Showing
- arch/ia64/include/asm/acpi.h 2 additions, 0 deletionsarch/ia64/include/asm/acpi.h
- arch/x86/include/asm/acpi.h 7 additions, 0 deletionsarch/x86/include/asm/acpi.h
- arch/x86/kernel/acpi/processor.c 1 addition, 3 deletionsarch/x86/kernel/acpi/processor.c
- drivers/acpi/processor_pdc.c 3 additions, 0 deletionsdrivers/acpi/processor_pdc.c
Loading
Please register or sign in to comment