From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752827Ab3AUWpE (ORCPT ); Mon, 21 Jan 2013 17:45:04 -0500 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:51679 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751620Ab3AUWpD (ORCPT ); Mon, 21 Jan 2013 17:45:03 -0500 Date: Mon, 21 Jan 2013 22:44:49 +0000 From: Russell King - ARM Linux To: John Stultz Cc: Arnd Bergmann , Matt Sealey , Linux ARM Kernel ML , LKML , Peter Zijlstra , Ingo Molnar , Ben Dooks Subject: Re: One of these things (CONFIG_HZ) is not like the others.. Message-ID: <20130121224449.GZ23505@n2100.arm.linux.org.uk> References: <201301212041.17951.arnd@arndb.de> <50FDAC5F.4040605@linaro.org> <20130121211218.GX23505@n2100.arm.linux.org.uk> <50FDBEAC.2050606@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50FDBEAC.2050606@linaro.org> User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 21, 2013 at 02:18:20PM -0800, John Stultz wrote: > So we used to have the ACTHZ code to handle error from the HZ rate > requested and the HZ rate possible given the underlying hardware. That's > been moved to the register_refined_jiffies(), but do you have a sense if > there a reason it couldn't be used? I don't quite recall the bounds at > this second, so ~7% error might very well be too large. > > So yes, I suspect these sorts of platforms, where there are no modern > clocksource/clockevent driver, as well as further constraints (like > specific HZ) are likely not good candidates for a multi-arch build. In this particular case, EBSA110 is not a candidate for multi-arch build anyway, because it's ARMv4 and we're only really bothering with ARMv6 and better. Not only that, but the IO stuff on it is sufficiently obscure and non-standard...