mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: john stultz <johnstul@us.ibm.com>
Cc: apw@shadowen.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] timer tsc ensure we allow for initial tsc and tsc sync
Date: Tue, 31 Jan 2006 15:40:58 -0800	[thread overview]
Message-ID: <20060131154058.007511cd.akpm@osdl.org> (raw)
In-Reply-To: <1138750103.10057.67.camel@cog.beaverton.ibm.com>

john stultz <johnstul@us.ibm.com> wrote:
>
> > >  	offset = hpet_readl(HPET_T0_CMP) - hpet_tick;
> > > -	if (unlikely(((offset - hpet_last) > hpet_tick) && (hpet_last != 0))) {
> > > +	if (unlikely(((offset - hpet_last) > hpet_tick) && (hpet_last != 0))
> > > +					&& detect_lost_ticks) {
> > 
> > Simple enough.  John, so you feel that this is 2.6.16 material?
> 
> Yep.  There's a signed off version somewhere in your inbox.

<looks>

Oh yeah.  Hate it when that happens.

> > Note that the time changes in -mm will blow this change away, so I'd be
> > needing a fresh version of this patch against next-mm, please.
> 
> Uh, not sure I followed that. Do mean you'd want a new set of the
> generic timefoday patches to apply ontop of this fix?

argh, spare me from that.

No, I'd like a new version of this patch which applies on top of the
generic-tod patches please.  Could do it myself, but you moved all the code
around and I can't find anything ;)

      reply	other threads:[~2006-01-31 23:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-20 12:53 Andy Whitcroft
2006-01-27 22:11 ` john stultz
2006-01-30 13:30   ` Andy Whitcroft
2006-01-31 23:21     ` Andrew Morton
2006-01-31 23:28       ` john stultz
2006-01-31 23:40         ` Andrew Morton [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=20060131154058.007511cd.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=apw@shadowen.org \
    --cc=johnstul@us.ibm.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

Powered by JetHome