All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geoff Levand <geoffrey.levand@am.sony.com>
To: David Gibson <david@gibson.dropbear.id.au>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [RFC 2/3] zImage: SMP hold
Date: Tue, 20 Feb 2007 06:32:03 -0800	[thread overview]
Message-ID: <45DB0663.3020600@am.sony.com> (raw)
In-Reply-To: <20070220022216.GG17818@localhost.localdomain>

David Gibson wrote:
> On Sat, Feb 17, 2007 at 05:17:04PM -0800, Geoff Levand wrote:
>> Add SMP secondary hold helper routines to the powerpc zImage
>> bootwrapper.  For platforms which are entered with multiple cpus.
>> These routines can be used to hold the secondary cpus until the
>> kernel is ready for entry.
> 
> Could we have these functions in their own library module.  That way
> they can be omitted in the wrappers for strictly-UP platforms (many
> embedded), or platforms where the secondary CPUs are held in firmware
> until the kernel releases.

After some feedback, I decided to drop trying to support calling C from
the secondary CPUs.  That will simplify this to just a few bytes.  We can
think about optimization if another platform needs to use either the
exception vectors or the SMP support.  They are independent, but I'll just
put them together in in head.c for convenience.

-Geoff

      reply	other threads:[~2007-02-20 14:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-18  1:17 [RFC 2/3] zImage: SMP hold Geoff Levand
2007-02-19  0:32 ` Paul Mackerras
2007-02-19 15:33   ` Geoff Levand
2007-02-20  2:22 ` David Gibson
2007-02-20 14:32   ` Geoff Levand [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=45DB0663.3020600@am.sony.com \
    --to=geoffrey.levand@am.sony.com \
    --cc=david@gibson.dropbear.id.au \
    --cc=linuxppc-dev@ozlabs.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.