From: Hanjun Guo Date: Tue, 18 Feb 2014 16:23:54 +0000 (+0800) Subject: ACPI / processor: Build idle_boot_override on x86 and ia64 X-Git-Tag: v3.15-rc1~151^2~1^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c4fa0033ad5dc0ca291528cfa8b23debaf2e32e;p=pandora-kernel.git 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 [rjw: Subject and changelog] Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed