From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Stultz Subject: Re: [PATCHv2 3/6] sched_clock: Make ARM's sched_clock generic for all architectures Date: Tue, 04 Jun 2013 10:56:00 -0700 Message-ID: <51AE2A30.4010903@linaro.org> References: <1370155183-31421-1-git-send-email-sboyd@codeaurora.org> <1370155183-31421-4-git-send-email-sboyd@codeaurora.org> <20130603071235.GO11798@tarshish> <51ACF374.5040606@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pb0-f51.google.com ([209.85.160.51]:44084 "EHLO mail-pb0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750813Ab3FDR4E (ORCPT ); Tue, 4 Jun 2013 13:56:04 -0400 Received: by mail-pb0-f51.google.com with SMTP id um15so575146pbc.38 for ; Tue, 04 Jun 2013 10:56:03 -0700 (PDT) In-Reply-To: <51ACF374.5040606@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd Cc: Baruch Siach , Russell King , linux-arm-msm@vger.kernel.org, Will Deacon , linux-kernel@vger.kernel.org, arm@kernel.org, Catalin Marinas , Thomas Gleixner , linux-arm-kernel@lists.infradead.org On 06/03/2013 12:50 PM, Stephen Boyd wrote: > On 06/03/13 00:12, Baruch Siach wrote: >> Hi Stephen, >> >> On Sat, Jun 01, 2013 at 11:39:40PM -0700, Stephen Boyd wrote: >>> {arch/arm/include/asm => include/linux}/sched_clock.h | 9 +++++++-- >> Shouldn't we just merge this header into the existing linux/sched.h? > I don't know. John/Thomas, any thoughts? One benefit with it this way is > that we don't have to recompile all the timer drivers if we change > sched.h for other reasons. Yea, I'm fine keeping it separate for now. We can merge them together if we see fit later. But if anyone feels particularly strongly, let me know. thanks -john