summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/intel_pstate.c
diff options
context:
space:
mode:
authorArnd Bergmann2015-04-11 00:17:11 +0200
committerRafael J. Wysocki2015-04-11 02:07:28 +0200
commit4492d1a2e9566495858d25b35093e11509707407 (patch)
treef2d1ddcb19171081d411c24360a20604464a249a /drivers/cpufreq/intel_pstate.c
parentMerge back earlier cpufreq material for v4.1. (diff)
downloadkernel-qcow2-linux-4492d1a2e9566495858d25b35093e11509707407.tar.gz
kernel-qcow2-linux-4492d1a2e9566495858d25b35093e11509707407.tar.xz
kernel-qcow2-linux-4492d1a2e9566495858d25b35093e11509707407.zip
cpufreq: fix qoriq uniprocessor build
The qoriq-cpufreq driver contains a hack for powerpc to include asm/smp.h on uniprocessor builds so it can get the hardware CPU number. On ARM, it does not require this hack, but instead gets a compile error: In file included from drivers/cpufreq/qoriq-cpufreq.c:24:0: arch/arm/include/asm/smp.h:18:3: error: #error "<asm/smp.h> included in non-SMP build" arch/arm/include/asm/smp.h:21:0: warning: "raw_smp_processor_id" redefined This adds an #ifdef to mirror the one in its get_cpu_physical_id() function. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Fixes: 2f249358eedaf ("cpufreq: qoriq: rename the driver") Cc: Tang Yuantian <Yuantian.Tang@freescale.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpufreq/intel_pstate.c')
0 files changed, 0 insertions, 0 deletions