From: Russell King <rmk@arm.linux.org.uk>
To: cpufreq@www.linux.org.uk
Subject: [BUG] 2.6.0: ARM won't build without CONFIG_CPU_FREQ_GOV_USERSPACE=y
Date: Thu, 25 Dec 2003 16:00:16 +0000 [thread overview]
Message-ID: <20031225160016.B9029@flint.arm.linux.org.uk> (raw)
Hi,
Trying to build ARM for assabet with 2.6.0, CONFIG_CPU_FREQ_GOV_USERSPACE
unset or as a module causes the following errors:
cpufreq_get() is rather central to ARM support since several drivers,
including SDRAM drivers need to know the CPU core clock rate in other
to function.
We therefore can not have this function in a module.
arch/arm/mach-sa1100/built-in.o(.init.text+0x32c): In function `sa1110_clk_init':
: undefined reference to `cpufreq_gov_userspace_init'
drivers/built-in.o(.text+0x3e1fc): In function `sa1100fb_check_var':
: undefined reference to `cpufreq_get'
drivers/built-in.o(.text+0x3e524): In function `sa1100fb_activate_var':
: undefined reference to `cpufreq_get'
drivers/built-in.o(.text+0x4fe84): In function `sa1100_pcmcia_set_io_map':
: undefined reference to `cpufreq_get'
drivers/built-in.o(.text+0x4ff74): In function `sa1100_pcmcia_set_mem_map':
: undefined reference to `cpufreq_get'
drivers/built-in.o(.text+0x5006c): In function `show_status':
: undefined reference to `cpufreq_get'
drivers/built-in.o(.text+0x50540): more undefined references to `cpufreq_get' follow
make[1]: *** [.tmp_vmlinux1] Error 1
make: *** [zImage] Error 2
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 PCMCIA - http://pcmcia.arm.linux.org.uk/
2.6 Serial core
next reply other threads:[~2003-12-25 16:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-25 16:00 Russell King [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-12-26 9:57 [BUG] 2.6.0: ARM won't build without CONFIG_CPU_FREQ_GOV_USERSPACE=y linux
2003-12-26 10:25 ` Russell King
2003-12-28 21:51 ` Dominik Brodowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20031225160016.B9029@flint.arm.linux.org.uk \
--to=rmk@arm.linux.org.uk \
--cc=cpufreq@www.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.