From: Russell King <rmk@arm.linux.org.uk>
To: "Adam J. Richter" <adam@yggdrasil.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.64-bk[2-4]: CONFIG_CPU_FREQ_24_API breaks kernel/cpufreq.c compile
Date: Sun, 9 Mar 2003 19:35:59 +0000 [thread overview]
Message-ID: <20030309193559.A26266@flint.arm.linux.org.uk> (raw)
In-Reply-To: <200303091917.LAA02587@adam.yggdrasil.com>; from adam@yggdrasil.com on Sun, Mar 09, 2003 at 11:17:29AM -0800
On Sun, Mar 09, 2003 at 11:17:29AM -0800, Adam J. Richter wrote:
> linux-2.5.64-bk2 added the following lines to
> cpufreq_add_dev in kernel/cpufreq.c:
>
> #ifdef CONFIG_CPU_FREQ_24_API
> cpu_min_freq[cpu] = cpufreq_driver->policy[cpu].cpuinfo.min_freq;
> cpu_max_freq[cpu] = cpufreq_driver->policy[cpu].cpuinfo.max_freq;
> cpu_cur_freq[cpu] = cpufreq_driver->cpu_cur_freq[cpu];
> #endif
>
>
> However, cpu_{min,max,cur}_freq are static variables in
> drivers/cpufreq/userspace.c. Making the variables global is not a
> sufficient fix, because drivers/cpufreq/userspace.c can be built as
> separate module. So, I guess the variables should be moved to
> kernel/cpufreq.c or the code that I quoted above should somehow be
> moved.
Yes, a known problem. Please note that Dominik no longer maintains
CPUfreq, please don't copy him with reports anymore.
The above is a result of a mismerge between the CPUfreq bits Dominik
sent me and the bits Dominik sent Linus. Dominik left a set of seven
patches which need to go in, which davej took care of, but afaik Linus
hasn't accepted them (in fact, Linus has been quiet on the subject.)
Since davej has taken these patches under his wing, I'm not intending
pushing the patches to Linus.
So, this poses us with a small problem... will it remain broken for
2.5.65 or will Linus merge the required patches...
I'll forward the patches to LKML in a moment.
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
prev parent reply other threads:[~2003-03-09 19:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-09 19:17 Adam J. Richter
2003-03-09 19:35 ` Russell King [this message]
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=20030309193559.A26266@flint.arm.linux.org.uk \
--to=rmk@arm.linux.org.uk \
--cc=adam@yggdrasil.com \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®