From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@bakeyournoodle.com (Tony Breeds) Subject: Re: [RFC][PATCH] sched_clock_cpu() Date: Tue, 6 May 2008 07:47:27 +1000 Message-ID: <20080505214727.GU20457@bakeyournoodle.com> References: <1209832169.6929.42.camel@lappy> <20080503170130.GB21967@elte.hu> <20080503.212607.157994166.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <20080503.212607.157994166.davem@davemloft.net> Sender: linux-kernel-owner@vger.kernel.org To: David Miller Cc: mingo@elte.hu, a.p.zijlstra@chello.nl, tglx@linutronix.de, guichaz@gmail.com, andi@firstfloor.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, efault@gmx.de, dhaval@linux.vnet.ibm.com List-Id: linux-arch.vger.kernel.org On Sat, May 03, 2008 at 09:26:07PM -0700, David Miller wrote: > It would be nice if a powerpc person could test the trivial > powerpc Kconfig patch. FWIW I tested the following trivial patch for powerpc. While testing this I discovered a i(related) ppc32 regressesion that I'm trying to bisect/debug. Signed-off-by: Tony Breeds --- Obviously on top of the merged patch + Dave's sparc patch arch/powerpc/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 3934e26..0642dff 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -110,6 +110,7 @@ config PPC select HAVE_KPROBES select HAVE_KRETPROBES select HAVE_LMB + select HAVE_STABLE_CLOCK config EARLY_PRINTK bool Yours Tony linux.conf.au http://www.marchsouth.org/ Jan 19 - 24 2009 The Australian Linux Technical Conference! From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pythia.bakeyournoodle.com ([203.82.209.197]:34227 "EHLO pythia.bakeyournoodle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753739AbYEEWSr (ORCPT ); Mon, 5 May 2008 18:18:47 -0400 Date: Tue, 6 May 2008 07:47:27 +1000 Subject: Re: [RFC][PATCH] sched_clock_cpu() Message-ID: <20080505214727.GU20457@bakeyournoodle.com> References: <1209832169.6929.42.camel@lappy> <20080503170130.GB21967@elte.hu> <20080503.212607.157994166.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20080503.212607.157994166.davem@davemloft.net> From: tony@bakeyournoodle.com (Tony Breeds) Sender: linux-arch-owner@vger.kernel.org List-ID: To: David Miller Cc: mingo@elte.hu, a.p.zijlstra@chello.nl, tglx@linutronix.de, guichaz@gmail.com, andi@firstfloor.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, efault@gmx.de, dhaval@linux.vnet.ibm.com Message-ID: <20080505214727.4o2ex3Be45qvV4jhGWWNAdZpeQ50HPYY4uPG8Aoodv4@z> On Sat, May 03, 2008 at 09:26:07PM -0700, David Miller wrote: > It would be nice if a powerpc person could test the trivial > powerpc Kconfig patch. FWIW I tested the following trivial patch for powerpc. While testing this I discovered a i(related) ppc32 regressesion that I'm trying to bisect/debug. Signed-off-by: Tony Breeds --- Obviously on top of the merged patch + Dave's sparc patch arch/powerpc/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 3934e26..0642dff 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -110,6 +110,7 @@ config PPC select HAVE_KPROBES select HAVE_KRETPROBES select HAVE_LMB + select HAVE_STABLE_CLOCK config EARLY_PRINTK bool Yours Tony linux.conf.au http://www.marchsouth.org/ Jan 19 - 24 2009 The Australian Linux Technical Conference!