diff options
author | Arnd Bergmann <[email protected]> | 2015-04-11 00:17:11 +0200 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2015-04-11 02:07:28 +0200 |
commit | 4492d1a2e9566495858d25b35093e11509707407 (patch) | |
tree | f2d1ddcb19171081d411c24360a20604464a249a /lib/cpu-notifier-error-inject.c | |
parent | 38fc7839bae2db7a1321d9f6bfc7b5b3ccb59d2a (diff) |
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 <[email protected]>
Fixes: 2f249358eedaf ("cpufreq: qoriq: rename the driver")
Cc: Tang Yuantian <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'lib/cpu-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions