Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753756Ab3DKRK5 (ORCPT ); Thu, 11 Apr 2013 13:10:57 -0400 Received: from mail-qc0-f177.google.com ([209.85.216.177]:36459 "EHLO mail-qc0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752364Ab3DKRK4 (ORCPT ); Thu, 11 Apr 2013 13:10:56 -0400 Date: Thu, 11 Apr 2013 19:10:50 +0200 From: Frederic Weisbecker To: Kevin Hilman Cc: Russell King , linux-kernel@vger.kernel.org, Paul McKenney , linux-arm-kernel@lists.infradead.org, linaro-kernel@lists.linaro.org Subject: Re: [PATCH 1/3] cputime_nsecs: use math64.h for nsec resolution conversion helpers Message-ID: <20130411171047.GB17129@somewhere.redhat.com> References: <1363822467-6275-1-git-send-email-khilman@linaro.org> <1363822467-6275-2-git-send-email-khilman@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1363822467-6275-2-git-send-email-khilman@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 665 Lines: 18 On Wed, Mar 20, 2013 at 04:34:25PM -0700, Kevin Hilman wrote: > For the nsec resolution conversions to be useable on non 64-bit > architectures, the helpers in need to be used so the > right arch-specific 64-bit math helpers can be used (e.g. do_div()) > > Cc: Frederic Weisbecker > Signed-off-by: Kevin Hilman Ok the patch is nice! I'm queuing it. Thanks. -- 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/