From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id D2C4B67B17 for ; Tue, 20 Jun 2006 09:36:49 +1000 (EST) In-Reply-To: References: <1150600056.23600.152.camel@localhost.localdomain> <1150725866.9022.5.camel@cashmere.sps.mot.com> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: [PATCH 5/9 v3] Add the MPC8641 HPCN platform files. Date: Tue, 20 Jun 2006 01:36:41 +0200 To: Jon Loeliger Cc: "linuxppc-dev@ozlabs.org" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >> Are you saying Linux manually starts >> all non-boot CPUs?!? > > Right. The secondary CPUs are not clocking, not able to > fetch memory, not nothing until Linux gets a shot at > smp_secondary_kick()'ing them into motion. And then we > have the ability to start the scondary CPUs one at a time. So you start them with a GPIO? Would it be feasible to sync the time bases right there? Constrain the ugliness to just that one spot, as it were. Although it ends up with the same complexity, sigh. Segher