Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753311Ab2KMVwy (ORCPT ); Tue, 13 Nov 2012 16:52:54 -0500 Received: from moutng.kundenserver.de ([212.227.17.8]:54799 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751353Ab2KMVww (ORCPT ); Tue, 13 Nov 2012 16:52:52 -0500 From: Arnd Bergmann To: Stephen Warren Subject: Re: [PATCH V2 2/11] time: convert arch_gettimeoffset to a pointer Date: Tue, 13 Nov 2012 21:52:36 +0000 User-Agent: KMail/1.12.2 (Linux/3.5.0; KDE/4.3.2; x86_64; ; ) Cc: John Stultz , Russell King , Olof Johansson , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Stephen Warren , Mike Frysinger , Mikael Starvik , Hirokazu Takata References: <1352753462-2915-1-git-send-email-swarren@wwwdotorg.org> <50A16BD3.5010707@us.ibm.com> <50A27FF8.3080905@wwwdotorg.org> In-Reply-To: <50A27FF8.3080905@wwwdotorg.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201211132152.36668.arnd@arndb.de> X-Provags-ID: V02:K0:z3RhLfcAw87Nipe62IKfJaqTHj5y5fP6L05crVHlsL2 hJZsu5b5ZgEre1KSNk6enXzHGgwebO6B4shjzta5gBftM2cB/G yRL/HZkn22tF5t1ZlFV1ySgfh/4dd94If+2LhvO9TsxKaAnydY DrXE+lbR6GdID6JRY6ir6VkZnwikcLJumJ0MwYxikxhEFYTOq9 haGp9qDDgXOC+R6P+4jrAWg9VXQD3zbE8n0LCW7wwBsE6fPE27 rUf69p/x5MXk5ESXoAzw61BOVEot6NSN0lP8HVuK6W4FccEzJk oRXNo6TblP8HR9BpKdC5jRHovxZ/pRtzLM0GFjFcfuscXxtZod BxAJV6MEv+ZHz28HeNcY= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1442 Lines: 37 On Tuesday 13 November 2012, Stephen Warren wrote: > > One last thing to watch out for: If you're trying to build a kernel that > > mixes clocksource support with get_arch_timeoffset, you'll need to > > rework the #ifdef in update_wall_time(), since we currently assume with > > get_arch_timeoffset() that you're using tick + interpolation, so every > > call to update_wall_time() only moves time forward by one jiffy. > > OK. I don't have any immediate plans to do that, although I wouldn't be > surprised if we (the ARM community in general) end up wanting to do that > at some point. It all depends on which ARM sub-architectures end up > getting converted to the multi-platform zImage support I guess. IIRC the plan is to get rid of ARCH_USES_GETTIMEOFFSET in the long run, at least on ARM. Certainly for the platforms that are part of the multiplatform support. The only platforms remaining that currently use it are: * gemini * ebsa110 * ep93xx * h720x * rpc * s3c24xx * s3c64xx * s5pc100 * shark Most of these are actually ARMv4 based and not maintained very actively. I'm pretty sure we can take care of ep93xx and the samsung platforms, which are the more active of the above. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/