LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Zachary Amsden <zach@vmware.com>
To: Yinghai Lu <Yinghai.Lu@Sun.COM>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] x86_64: not set boot cpu in cpu_online_map at smp_prepare_boot_cpu
Date: Mon, 26 Nov 2007 12:57:46 -0800	[thread overview]
Message-ID: <1196110666.6352.309.camel@bodhitayantram.eng.vmware.com> (raw)
In-Reply-To: <200711260038.41710.yinghai.lu@sun.com>

On Mon, 2007-11-26 at 00:38 -0800, Yinghai Lu wrote:
> [PATCH] x86_64: not set boot cpu in cpu_online_map at smp_prepare_boot_cpu
> 
> in init/main.c boot_cpu_init() does that before
> 
> Signed-off-by: Yinghai Lu <yinghai.lu@sun.com>
> 
> diff --git a/arch/x86/kernel/smpboot_64.c b/arch/x86/kernel/smpboot_64.c
> index 500670c..966d124 100644
> --- a/arch/x86/kernel/smpboot_64.c
> +++ b/arch/x86/kernel/smpboot_64.c
> @@ -912,7 +912,7 @@ void __init smp_prepare_cpus(unsigned int max_cpus)
>  void __init smp_prepare_boot_cpu(void)
>  {
>  	int me = smp_processor_id();
> -	cpu_set(me, cpu_online_map);
> +	/* already set me in cpu_online_map in boot_cpu_init() */
>  	cpu_set(me, cpu_callout_map);
>  	per_cpu(cpu_state, me) = CPU_ONLINE;
>  }


This ordering can be tricky wrt CPU hotplug.  Are you sure you are not
breaking CPU hotplug?  AFAIK, x86_64 has that right and the 32-bit code
had it wrong.

Zach


  reply	other threads:[~2007-11-26 20:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-26  8:38 Yinghai Lu
2007-11-26 20:57 ` Zachary Amsden [this message]
2007-11-26 22:06   ` Yinghai Lu
2007-11-26 22:36     ` Zachary Amsden
2008-01-28  2:28 Yinghai Lu
2008-01-28 12:40 ` Ingo Molnar

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=1196110666.6352.309.camel@bodhitayantram.eng.vmware.com \
    --to=zach@vmware.com \
    --cc=Yinghai.Lu@Sun.COM \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --subject='Re: [PATCH] x86_64: not set boot cpu in cpu_online_map at smp_prepare_boot_cpu' \
    /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).