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 ESMTPS id BA2CF2C04F3 for ; Wed, 1 Aug 2012 00:25:38 +1000 (EST) Subject: Re: [PATCH v8 3/7] powerpc/85xx: implement hardware timebase sync Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: <1342788159-27529-4-git-send-email-chenhui.zhao@freescale.com> Date: Tue, 31 Jul 2012 09:24:37 -0500 Message-Id: References: <1342788159-27529-1-git-send-email-chenhui.zhao@freescale.com> <1342788159-27529-4-git-send-email-chenhui.zhao@freescale.com> To: Zhao Chenhui Cc: scottwood@freescale.com, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Jul 20, 2012, at 7:42 AM, Zhao Chenhui wrote: > Do hardware timebase sync. Firstly, stop all timebases, and transfer > the timebase value of the boot core to the other core. Finally, > start all timebases. >=20 > Only apply to dual-core chips, such as MPC8572, P2020, etc. >=20 > Signed-off-by: Zhao Chenhui > Signed-off-by: Li Yang > --- > arch/powerpc/include/asm/fsl_guts.h | 2 + > arch/powerpc/platforms/85xx/smp.c | 82 = +++++++++++++++++++++++++++++++++++ > 2 files changed, 84 insertions(+), 0 deletions(-) applied to next - k=