[PATCH] cpufreq: bit.LITTLE needs cpufreq table

Viresh Kumar viresh.kumar at linaro.org
Tue Jun 4 00:42:32 EDT 2013


On 4 June 2013 03:11, Arnd Bergmann <arnd at arndb.de> wrote:
> Like a lot of the other cpufreq drivers, this one needs to
> select CONFIG_CPU_FREQ_TABLE to avoid a build error like
>
> built-in.o: In function `bL_cpufreq_set_target':
> cpufreq/arm_big_little.c:71: undefined reference to `cpufreq_frequency_table_target'
> built-in.o: In function `bL_cpufreq_verify_policy':
> cpufreq/arm_big_little.c:55: undefined reference to `cpufreq_frequency_table_verify'
> built-in.o: In function `bL_cpufreq_init':
> cpufreq/arm_big_little.c:170: undefined reference to `cpufreq_frequency_table_cpuinfo'
> cpufreq/arm_big_little.c:178: undefined reference to `cpufreq_frequency_table_get_attr'
> built-in.o:(.data+0x5a80c): undefined reference to `cpufreq_freq_attr_scaling_available_freqs'
>
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
> Cc: Rafael J. Wysocki <rjw at sisk.pl>
> Cc: Viresh Kumar <viresh.kumar at linaro.org>

Applied.



More information about the linux-arm-kernel mailing list