public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: eranian@hpl.hp.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] i386 adds smp_call_function_single
Date: Thu, 13 Jul 2006 16:47:04 +1000	[thread overview]
Message-ID: <12523.1152773224@kao2.melbourne.sgi.com> (raw)
In-Reply-To: Your message of "Tue, 11 Jul 2006 06:24:22 MST." <20060711132422.GB28851@frankl.hpl.hp.com>

Stephane Eranian (on Tue, 11 Jul 2006 06:24:22 -0700) wrote:
>+static void
>+__smp_call_function_single(int cpu, void (*func) (void *info), void *info,
>+				int nonatomic, int wait)
>...
>+	wmb();
>+	/* Send a message to all other CPUs and wait for them to respond */
>+	send_IPI_mask(cpumask_of_cpu(cpu), CALL_FUNCTION_VECTOR);

Nit pick.  The comment is wrong, one cpu, not all cpus.


      parent reply	other threads:[~2006-07-13  6:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-11 13:24 [PATCH] i386 adds smp_call_function_single Stephane Eranian
2006-07-11 17:52 ` Dave Jones
2006-07-11 20:00   ` Stephane Eranian
2006-07-13  6:47 ` Keith Owens [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=12523.1152773224@kao2.melbourne.sgi.com \
    --to=kaos@ocs.com.au \
    --cc=eranian@hpl.hp.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