On Fri, 17 Jun 2005 12:21:55 +0200 Voluspa <[email protected]> wrote: > > commit 1206aaac285904e3e3995eecbf4129b6555a8973 > Author: Dave Jones <[email protected]> > Date: Tue May 31 19:03:48 2005 -0700 > > [CPUFREQ] Allow ondemand stepping to be changed by user. > > And when I look at: > http://www.kernel.org/git/?p=linux/kernel/git/davej/cpufreq.git;a=commit;h=1206aaac285904e3e3995eecbf4129b6555a8973 > > There are changes in the diff like: > > --- drivers/cpufreq/cpufreq_ondemand.c > +++ drivers/cpufreq/cpufreq_ondemand.c > @@ -79,6 +79,7 @@ struct dbs_tuners { > unsigned int up_threshold; > unsigned int down_threshold; > unsigned int ignore_nice; > + unsigned int freq_step; > }; > > Problem is that neither a clean 2.6.11 patched with patch-2.6.12-rc6 nor > a full linux-2.6.12-rc6.tar.bz (I just downloaded it) contain that > commit. > > The first example from above looks like: > > struct dbs_tuners { > unsigned int sampling_rate; > unsigned int sampling_down_factor; > unsigned int up_threshold; > unsigned int ignore_nice; > }; Commit c29f1403098135bdef75b190a5037db514701031 removes that element of struct dbs_tuners again. -- Cheers, Stephen Rothwell [email protected] http://www.canb.auug.org.au/~sfr/
Attachment:
pgpiYpaO5N3r3.pgp
Description: PGP signature
- Follow-Ups:
- Re: 2.6.12-rc6 missing commit(s) in cpufreq?
- From: Voluspa <[email protected]>
- Re: 2.6.12-rc6 missing commit(s) in cpufreq?
- References:
- 2.6.12-rc6 missing commit(s) in cpufreq?
- From: Voluspa <[email protected]>
- 2.6.12-rc6 missing commit(s) in cpufreq?
- Prev by Date: 2.6.12-rc6 missing commit(s) in cpufreq?
- Next by Date: Re: 2.6.12-rc6 missing commit(s) in cpufreq?
- Previous by thread: 2.6.12-rc6 missing commit(s) in cpufreq?
- Next by thread: Re: 2.6.12-rc6 missing commit(s) in cpufreq?
- Index(es):