alistair23-linux/arch/blackfin
Michael Hennerich 5ad2ca5fbb Blackfin arch: Fix BUG - Kernel does not link when CONFIG_CPU_FREQ_STAT=m
to reproduce:
$ make BF537-STAMP_defconfig
$ make menuconfig
  CPU Frequency scaling  --->
    [*] CPU Frequency scaling
    <M>   CPU frequency translation statistics
$ make

arch/blackfin/mach-common/built-in.o: In function `bfin_target':
arch/blackfin/mach-common/cpufreq.c:(.text+0xf1e): undefined reference to
`cpufreq_frequency_table_target'
arch/blackfin/mach-common/built-in.o: In function `bfin_verify_speed':
arch/blackfin/mach-common/cpufreq.c:(.text+0x1056): undefined reference to
`cpufreq_frequency_table_verify'
arch/blackfin/mach-common/built-in.o: In function `__bfin_cpu_init':
arch/blackfin/mach-common/cpufreq.c:(.init.text+0x554): undefined reference to
`cpufreq_frequency_table_get_attr'
arch/blackfin/mach-common/cpufreq.c:(.init.text+0x56a): undefined reference to
`cpufreq_frequency_table_cpuinfo'
arch/blackfin/mach-common/built-in.o: In function `sys_call_table':
(.data+0x83c): undefined reference to
`cpufreq_freq_attr_scaling_available_freqs'
make: *** [.tmp_vmlinux1] Error 1

Blackfin wants CPU_FREQ_TABLE

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
2008-11-18 17:48:22 +08:00
..
boot kbuild: use KECHO convenience echo 2008-12-03 21:32:01 +01:00
configs Blackfin arch: use physmap in board resources rather than legacy config method 2008-11-18 17:48:22 +08:00
include/asm Blackfin arch: rename cache_lock() to bfin_cache_lock() 2008-11-18 17:48:22 +08:00
kernel Blackfin arch: cleanup the time.c code 2008-11-18 17:48:22 +08:00
lib Blackfin arch: move EXPORT_SYMBOL to the place where it is actually defined 2008-10-28 11:07:15 +08:00
mach-bf518 Blackfin arch: move out irq related functions 2008-11-18 17:48:22 +08:00
mach-bf527 Blackfin arch: move out irq related functions 2008-11-18 17:48:22 +08:00
mach-bf533 Blackfin arch: move out irq related functions 2008-11-18 17:48:22 +08:00
mach-bf537 Blackfin arch: move out irq related functions 2008-11-18 17:48:22 +08:00
mach-bf538 Blackfin arch: move out irq related functions 2008-11-18 17:48:22 +08:00
mach-bf548 Blackfin arch: move out irq related functions 2008-11-18 17:48:22 +08:00
mach-bf561 Blackfin arch: move out irq related functions 2008-11-18 17:48:22 +08:00
mach-common Blackfin arch: rename cache_lock() to bfin_cache_lock() 2008-11-18 17:48:22 +08:00
mm Blackfin arch: fix unused warning for some blackfin derivatives 2008-11-18 17:48:22 +08:00
oprofile Blackfin arch: SMP supporting patchset: Blackfin header files and machine common code 2009-01-07 23:14:39 +08:00
Kconfig Blackfin arch: Fix BUG - Kernel does not link when CONFIG_CPU_FREQ_STAT=m 2008-11-18 17:48:22 +08:00
Kconfig.debug Blackfin arch: Add optional verbose debug 2008-10-10 18:13:21 +08:00
Makefile Blackfin arch: add support for Blackfin latest processor family BF51x 2008-11-18 17:48:21 +08:00