From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754696Ab3KTS0z (ORCPT ); Wed, 20 Nov 2013 13:26:55 -0500 Received: from smtp.codeaurora.org ([198.145.11.231]:60317 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754052Ab3KTS0u (ORCPT ); Wed, 20 Nov 2013 13:26:50 -0500 Message-ID: <528CFEE9.3060108@codeaurora.org> Date: Wed, 20 Nov 2013 10:26:49 -0800 From: Stephen Boyd User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Max Filippov CC: Chris Zankel , "linux-xtensa@linux-xtensa.org" , LKML , John Stultz Subject: Re: [PATCH] xtensa: Switch to sched_clock_register() References: <1384558303-10731-1-git-send-email-sboyd@codeaurora.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/17/13 12:27, Max Filippov wrote: > On Sat, Nov 16, 2013 at 3:31 AM, Stephen Boyd wrote: >> The 32 bit sched_clock interface now supports 64 bits. Upgrade >> to the 64 bit function to allow us to remove the 32 bit >> registration interface. >> >> Signed-off-by: Stephen Boyd >> --- >> >> Patch is based on Linus' tip. Not event compile tested. >> >> arch/xtensa/kernel/time.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > Build and run-tested, appears to work. > Acked-by: Max Filippov > > Should it go through xtensa tree, or through some other tree as a part > of a bigger conversion series? If it can go through xtensa that sounds like the best option. Otherwise we can send it through the tip/timers tree. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation