Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755479Ab3CFVQG (ORCPT ); Wed, 6 Mar 2013 16:16:06 -0500 Received: from www.linutronix.de ([62.245.132.108]:45440 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752551Ab3CFVQE (ORCPT ); Wed, 6 Mar 2013 16:16:04 -0500 Date: Wed, 6 Mar 2013 22:15:52 +0100 (CET) From: Thomas Gleixner To: "H. Peter Anvin" cc: Feng Tang , John Stultz , Ingo Molnar , Jason Gunthorpe , x86@kernel.org, Len Brown , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org, gong.chen@linux.intel.com Subject: Re: [PATCH v3 4/5] clocksource: Enable clocksource_cyc2ns() to cover big cycles In-Reply-To: <5137AF96.6050003@linux.intel.com> Message-ID: References: <1362554271-22382-1-git-send-email-feng.tang@intel.com> <1362554271-22382-5-git-send-email-feng.tang@intel.com> <5137AF96.6050003@linux.intel.com> User-Agent: Alpine 2.02 (LFD 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 745 Lines: 22 On Wed, 6 Mar 2013, H. Peter Anvin wrote: > On 03/06/2013 06:09 AM, Thomas Gleixner wrote: > > > > This breaks everything which does not have a 64/32bit divide > > instruction. And you can't replace it with do_div() as that would > > impose massive overhead on those architectures in the fast path. > > > > Could we do the same kind of scaling-by-multiplication that we do in > kernel/time.c for this? Not sure what you are referring to. kernel/time.c contains a lot of stuff :) Thanks, tglx -- 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/