linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Zwane Mwaikambo <zwane@arm.linux.org.uk>
To: Andrew Morton <akpm@osdl.org>
Cc: Con Kolivas <kernel@kolivas.org>,
	linux-kernel@vger.kernel.org, efault@gmx.de,
	felipe_alfaro@linuxmail.org
Subject: Re: [PATCH] N1int for interactivity
Date: Tue, 15 Jul 2003 03:00:43 -0400 (EDT)	[thread overview]
Message-ID: <Pine.LNX.4.53.0307150254390.32541@montezuma.mastecende.com> (raw)
In-Reply-To: <20030714205915.5a4c8d16.akpm@osdl.org>

On Mon, 14 Jul 2003, Andrew Morton wrote:

> >  	base = monotonic_base;
> > -	read_unlock_irq(&monotonic_lock);
> > +	read_unlock_irqrestore(&monotonic_lock, flags);
> >  
> >  	/* Read the Time Stamp Counter */
> 
> Why do we need to take a global lock here?  Can't we use
> get_cycles() or something?

I think that'll break even on some x86 boxes if we used get_cycles. I do 
wonder however why we need that lock, i see x86/64 uses seqlock at least. 
Although i can't vouch for whether that would have an adverse affect here. 
I presume Stultz would know.

> Have all the other architectures been reviewed to see if they need this
> change?

No one else appears to have monotonic_clock, this would break every other 
arch out there.

-- 
function.linuxpower.ca

  parent reply	other threads:[~2003-07-15  6:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-15  3:55 [PATCH] N1int for interactivity Con Kolivas
2003-07-15  3:59 ` Andrew Morton
2003-07-15  4:03   ` Con Kolivas
2003-07-15  7:02     ` Mike Galbraith
2003-07-15  7:00   ` Zwane Mwaikambo [this message]
2003-07-15 10:23     ` Con Kolivas
2003-07-15 15:23 ` Felipe Alfaro Solana
2003-07-15 23:12   ` Con Kolivas
2003-07-16  7:12     ` Felipe Alfaro Solana

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=Pine.LNX.4.53.0307150254390.32541@montezuma.mastecende.com \
    --to=zwane@arm.linux.org.uk \
    --cc=akpm@osdl.org \
    --cc=efault@gmx.de \
    --cc=felipe_alfaro@linuxmail.org \
    --cc=kernel@kolivas.org \
    --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;
as well as URLs for NNTP newsgroup(s).