From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH v4 00/17] 64-bit friendly generic sched_clock() Date: Thu, 18 Jul 2013 17:23:15 -0700 Message-ID: <20130719002315.GF27430@codeaurora.org> References: <1374189690-10810-1-git-send-email-sboyd@codeaurora.org> <51E88170.3080505@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from smtp.codeaurora.org ([198.145.11.231]:34663 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754786Ab3GSAXR (ORCPT ); Thu, 18 Jul 2013 20:23:17 -0400 Content-Disposition: inline In-Reply-To: <51E88170.3080505@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: John Stultz Cc: Fabio Estevam , Kukjin Kim , Russell King , Stephen Warren , Srinidhi Kasagar , linux-arm-msm@vger.kernel.org, Linus Walleij , Barry Song , Will Deacon , linux-kernel@vger.kernel.org, Jingchang Lu , Kyungmin Park , Christopher Covington , Catalin Marinas , Gregory CLEMENT , Thomas Gleixner , Shawn Guo , Tomasz Figa , linux-arm-kernel@lists.infradead.org On 07/18, John Stultz wrote: > On 07/18/2013 04:21 PM, Stephen Boyd wrote: > >This patchset adds support for 64 bit counters in the generic > >sched_clock code and converts drivers over to use it. Based > >on v3.11-rc1. > > > >Changes since v3: > > * Move to use seqcount to fix issues with 64-bit cyc counters > > * Move to hrtimer to fix underflow/overflow errors in wraparound > > calculation > > * Use of 1 hour in clocks_calc_mult_shift > > * Converted over drivers in drivers/clocksource > > I've not been able to take a deep review yet, but this looks pretty > much like what we discussed last week, so I'm happy with it so far. > Has this gotten much testing (on both 32 and 64bit systems?) I've tested it on a couple 32 bit systems. I'll ask around for some 64 bit system testing. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation