Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751358Ab3FXWy4 (ORCPT ); Mon, 24 Jun 2013 18:54:56 -0400 Received: from mail-pb0-f53.google.com ([209.85.160.53]:60463 "EHLO mail-pb0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751049Ab3FXWyz (ORCPT ); Mon, 24 Jun 2013 18:54:55 -0400 Message-ID: <51C8CE3C.2030406@linaro.org> Date: Mon, 24 Jun 2013 15:54:52 -0700 From: John Stultz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Stephen Boyd CC: Arnd Bergmann , linux-arm-kernel@lists.infradead.org, Russell King , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Will Deacon , arm@kernel.org, Catalin Marinas , Thomas Gleixner Subject: Re: [PATCHv2 3/6] sched_clock: Make ARM's sched_clock generic for all architectures References: <1370155183-31421-1-git-send-email-sboyd@codeaurora.org> <1370155183-31421-4-git-send-email-sboyd@codeaurora.org> <201306211745.57528.arnd@arndb.de> <20130621170523.GA14575@codeaurora.org> <51C49072.1060700@linaro.org> <51C8CC20.3010700@codeaurora.org> In-Reply-To: <51C8CC20.3010700@codeaurora.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1604 Lines: 37 On 06/24/2013 03:45 PM, Stephen Boyd wrote: > On 06/21/13 10:42, John Stultz wrote: >> On 06/21/2013 10:05 AM, Stephen Boyd wrote: >>> On 06/21, Arnd Bergmann wrote: >>>> This causes build failures when doing a simple merge with the arm-soc >>>> tree: >>>> >>>> ==> build/clps711x_defconfig/faillog <== >>>> /git/arm-soc/arch/arm/mach-clps711x/common.c:37:29: fatal error: >>>> asm/sched_clock.h: No such file or directory >>>> #include >>>> ^ >>>> ==> build/imx_v6_v7_defconfig/faillog <== >>>> /git/arm-soc/drivers/clocksource/vf_pit_timer.c:15:29: fatal error: >>>> asm/sched_clock.h: No such file or directory >>>> #include >>>> >>>> How about adding back a temporary arch/arm/include/asm/sched_clock.h >>>> that only contains "#include " so we can change >>>> those two files after the merge and still get a bisectible history? >>>> >>> Sounds fine. John can you add this patch on top? >> Thanks. I've queued this and will send it on to Thomas here shortly. > Thanks John. Can you send this off to the tip tree? I think we'll need > to merge tip/timers into arm-soc so I can send the rest of my "kill ARM > local timer API" series through and this patch helps make that more > palatable. Thanks for the reminder! Just sent the pull request. thanks -john -- 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/