linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Zwane Mwaikambo <zwane@arm.linux.org.uk>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: linux-kernel@vger.kernel.org
Subject: Re: To make a function get executed on cpu2
Date: Wed, 2 Jul 2003 08:02:19 -0400 (EDT)	[thread overview]
Message-ID: <Pine.LNX.4.53.0307020758001.13565@montezuma.mastecende.com> (raw)
In-Reply-To: <E19XeSS-0008Rg-00@gondolin.me.apana.org.au>

On Wed, 2 Jul 2003, Herbert Xu wrote:

> Surely you can emulate it using smp_call_function and make it return
> straight away if it runs on the wrong CPU.

Yes you can, i thought about the same thing, but it simply generates 
unecessary APIC bus traffic and just sounds horrid. Not to mention it 
doesn't sound all that friendly on larger systems. But if you're using 
smp_call_function you're not really all that speed critical anyway, so 
this should suffice.

	Zwane
-- 
function.linuxpower.ca

  reply	other threads:[~2003-07-02 11:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-01  6:20 To make a function get executed on cpu2 Raghava Raju
2003-07-01 16:33 ` Zwane Mwaikambo
2003-07-02 10:03   ` Herbert Xu
2003-07-02 12:02     ` Zwane Mwaikambo [this message]
2003-07-02 12:21       ` Dave Jones
2003-07-02 12:29         ` Zwane Mwaikambo

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.0307020758001.13565@montezuma.mastecende.com \
    --to=zwane@arm.linux.org.uk \
    --cc=herbert@gondor.apana.org.au \
    --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).