From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 0/4] ARM 64 bit sched_clock take #2 Date: Mon, 22 Apr 2013 17:16:45 +0200 Message-ID: <201304221716.46105.arnd@arndb.de> References: <51709FD7.8050408@gmail.com> <1366417746-24990-1-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Return-path: Received: from moutng.kundenserver.de ([212.227.17.8]:55160 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753064Ab3DVPRb (ORCPT ); Mon, 22 Apr 2013 11:17:31 -0400 In-Reply-To: <1366417746-24990-1-git-send-email-sboyd@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd Cc: Rob Herring , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Russell King , arm@kernel.org, Catalin Marinas , Will Deacon , John Stultz , Thomas Gleixner On Saturday 20 April 2013, Stephen Boyd wrote: > This is what I was thinking. I don't see why we can't move this to generic code > and have arm64 use it too. Those patches will follow once I find an arm64 > compiler. I don't have enough background to review the patches, but I know that you can find an arm64 compiler in Ubuntu Raring. If you are running that on one of your sysstems, just 'apt-get install gcc-aarch64-linux-gnu'. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Mon, 22 Apr 2013 17:16:45 +0200 Subject: [PATCH 0/4] ARM 64 bit sched_clock take #2 In-Reply-To: <1366417746-24990-1-git-send-email-sboyd@codeaurora.org> References: <51709FD7.8050408@gmail.com> <1366417746-24990-1-git-send-email-sboyd@codeaurora.org> Message-ID: <201304221716.46105.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Saturday 20 April 2013, Stephen Boyd wrote: > This is what I was thinking. I don't see why we can't move this to generic code > and have arm64 use it too. Those patches will follow once I find an arm64 > compiler. I don't have enough background to review the patches, but I know that you can find an arm64 compiler in Ubuntu Raring. If you are running that on one of your sysstems, just 'apt-get install gcc-aarch64-linux-gnu'. Arnd