ACPI / processor: Build idle_boot_override on x86 and ia64
authorHanjun Guo <hanjun.guo@linaro.org>
Tue, 18 Feb 2014 16:23:54 +0000 (00:23 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 18 Feb 2014 23:41:06 +0000 (00:41 +0100)
commit2c4fa0033ad5dc0ca291528cfa8b23debaf2e32e
tree943e0360853047befc348f5922daa44788d720c0
parent52056925f4fad39d2adbd9c5dc00c699efa3f604
ACPI / processor: Build idle_boot_override on x86 and ia64

idle_boot_override depends on x86 and ia64 now and it is not clear
whether or not it will be used on ARM or ARM64, so put the DMI
blacklist setting it in processor_core.c into a #if block so that
it is built for CONFIG_X86 or CONFIG_IA64 only to allow
processor_core.c to be compiled for ARM64.

Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
[rjw: Subject and changelog]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/processor_core.c