From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764219AbYBANa2 (ORCPT ); Fri, 1 Feb 2008 08:30:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756979AbYBANaM (ORCPT ); Fri, 1 Feb 2008 08:30:12 -0500 Received: from pasmtpa.tele.dk ([80.160.77.114]:47471 "EHLO pasmtpA.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754739AbYBANaL (ORCPT ); Fri, 1 Feb 2008 08:30:11 -0500 Date: Fri, 1 Feb 2008 14:30:13 +0100 From: Sam Ravnborg To: Heiko Carstens Cc: Arjan van de Ven , Martin Schwidefsky , Ingo Molnar , Holger Wolf , linux-kernel@vger.kernel.org Subject: Re: [PATCH] latencytop s390 support. Message-ID: <20080201133013.GC13251@uranus.ravnborg.org> References: <20080201130811.GB29660@osiris.boeblingen.de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080201130811.GB29660@osiris.boeblingen.de.ibm.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 01, 2008 at 02:08:11PM +0100, Heiko Carstens wrote: > Subject: [PATCH] latencytop s390 support. > > From: Heiko Carstens > > Cc: Holger Wolf > Cc: Martin Schwidefsky > Signed-off-by: Heiko Carstens > --- > > Will go in via the s390 git tree if acceptable. > > arch/s390/Kconfig | 3 +++ > arch/s390/kernel/stacktrace.c | 31 +++++++++++++++++++++++-------- > 2 files changed, 26 insertions(+), 8 deletions(-) > > Index: linux-2.6/arch/s390/Kconfig > =================================================================== > --- linux-2.6.orig/arch/s390/Kconfig > +++ linux-2.6/arch/s390/Kconfig > @@ -20,6 +20,9 @@ config LOCKDEP_SUPPORT > config STACKTRACE_SUPPORT > def_bool y > > +config HAVE_LATENCYTOP_SUPPORT > + def_bool y > + Same comment as for the x86 version. Use: config S390 select HAVE_.... Sam