LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Pavel Machek <pavel@ucw.cz>
To: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>,
jbohac@suse.cz, kernel list <linux-kernel@vger.kernel.org>,
jikos@suse.cz, "Rafael J. Wysocki" <rjw@sisk.pl>,
Andrew Morton <akpm@osdl.org>
Subject: Re: notsc is ignored on common configurations
Date: Tue, 19 Feb 2008 12:29:52 +0100 [thread overview]
Message-ID: <20080219112952.GA2885@elf.ucw.cz> (raw)
In-Reply-To: <20080219112632.GA10798@elte.hu>
On Tue 2008-02-19 12:26:32, Ingo Molnar wrote:
>
> * Pavel Machek <pavel@ucw.cz> 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
prev parent reply other threads:[~2008-02-19 11:29 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-18 13:38 tsc breaks atkbd suspend Pavel Machek
2008-02-18 14:26 ` Thomas Gleixner
2008-02-18 14:37 ` Pavel Machek
2008-02-18 15:12 ` Thomas Gleixner
2008-02-19 9:20 ` Pavel Machek
2008-02-19 9:37 ` Pavel Machek
2008-02-19 10:00 ` Pavel Machek
2008-02-19 14:05 ` Ingo Molnar
2008-02-19 16:51 ` Thomas Gleixner
2008-02-20 0:17 ` Len Brown
2008-02-20 6:51 ` Thomas Gleixner
2008-02-19 10:02 ` notsc is ignored on common configurations Pavel Machek
2008-02-19 11:26 ` Ingo Molnar
2008-02-19 11:29 ` Pavel Machek [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=20080219112952.GA2885@elf.ucw.cz \
--to=pavel@ucw.cz \
--cc=akpm@osdl.org \
--cc=jbohac@suse.cz \
--cc=jikos@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=rjw@sisk.pl \
--cc=tglx@linutronix.de \
--subject='Re: notsc is ignored on common configurations' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).