Re: [PATCH] cpufreq: fix qoriq uniprocessor build

2015-04-10 Thread Viresh Kumar
On 11 April 2015 at 03:47, Arnd Bergmann wrote: > 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

[PATCH] cpufreq: fix qoriq uniprocessor build

2015-04-10 Thread Arnd Bergmann
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:

[PATCH] cpufreq: fix qoriq uniprocessor build

2015-04-10 Thread Arnd Bergmann
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:

Re: [PATCH] cpufreq: fix qoriq uniprocessor build

2015-04-10 Thread Viresh Kumar
On 11 April 2015 at 03:47, Arnd Bergmann a...@arndb.de wrote: 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