Re: [PATCH]: speedstep-lib: fix frequency multiplier for Pentium4 models 0&1

2005-01-22 Thread Matthias-Christian Ott
Arjan van de Ven wrote: On Sat, Jan 22, 2005 at 02:48:52PM +0100, Matthias-Christian Ott wrote: The Pentium4 models 0&1 have a longer MSR_EBC_FREQUENCY_ID register as the models 2&3, so the bit shift must be bigger. I would feel safer if this checked that it was actually a p4 as well... -

Re: [PATCH]: speedstep-lib: fix frequency multiplier for Pentium4 models 0&1

2005-01-22 Thread Arjan van de Ven
On Sat, Jan 22, 2005 at 02:48:52PM +0100, Matthias-Christian Ott wrote: > The Pentium4 models 0&1 have a longer MSR_EBC_FREQUENCY_ID register as > the models 2&3, so the bit shift must be bigger. I would feel safer if this checked that it was actually a p4 as well... - To unsubscribe from this

[PATCH]: speedstep-lib: fix frequency multiplier for Pentium4 models 0&1

2005-01-22 Thread Matthias-Christian Ott
The Pentium4 models 0&1 have a longer MSR_EBC_FREQUENCY_ID register as the models 2&3, so the bit shift must be bigger. Signed-off-by: Matthias-Christian Ott <[EMAIL PROTECTED]> --- linux-bk/arch/i386/kernel/cpu/cpufreq/speedstep-lib.c.orig 2005-01-21 13:55:37.0 +0100 +++