Re: notsc is ignored on common configurations

From: Pavel Machek
Date: Tue Feb 19 2008 - 06:29:43 EST


On Tue 2008-02-19 12:26:32, Ingo Molnar wrote:
>
> * Pavel Machek <pavel@xxxxxx> wrote:
>
> > notsc is ignored in 32-bit kernels if CONFIG_X86_TSC is on.. which is
> > bad, fix it.
>
> thanks, applied.
>
> > -static unsigned int ref_freq = 0;
> > -static unsigned long loops_per_jiffy_ref = 0;
> > -static unsigned long cpu_khz_ref = 0;
> > +static unsigned int ref_freq;
> > +static unsigned long loops_per_jiffy_ref;
> > +static unsigned long cpu_khz_ref;
>
> i have split these changes into the separate patch below.

Yep, thanks.
Pavel

--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/