From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 993CA67B4A for ; Sun, 18 Jun 2006 13:07:52 +1000 (EST) Subject: Re: [PATCH 5/9 v3] Add the MPC8641 HPCN platform files. From: Benjamin Herrenschmidt To: Jon Loeliger In-Reply-To: References: Content-Type: text/plain Date: Sun, 18 Jun 2006 13:07:35 +1000 Message-Id: <1150600056.23600.152.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > struct smp_ops_t smp_86xx_ops = { > + .message_pass = smp_mpic_message_pass, > + .probe = smp_mpic_probe, > + .kick_cpu = smp_86xx_kick_cpu, > + .setup_cpu = smp_86xx_setup_cpu, > + .take_timebase = smp_generic_take_timebase, > + .give_timebase = smp_generic_give_timebase, > +}; You don't have any way to freeze the timebase ? (No GPIO controlling TBEN ?) It's pretty nasty to rely on software sync, especially if it's supposed to be an example design ... Ben.