From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757568Ab1GDN2G (ORCPT ); Mon, 4 Jul 2011 09:28:06 -0400 Received: from e23smtp02.au.ibm.com ([202.81.31.144]:34012 "EHLO e23smtp02.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753044Ab1GDN2C (ORCPT ); Mon, 4 Jul 2011 09:28:02 -0400 Date: Mon, 4 Jul 2011 18:57:46 +0530 From: "K.Prasad" To: Frederic Weisbecker Cc: LKML , linuxppc-dev@lists.ozlabs.org, Ingo Molnar , Peter Zijlstra , Paul Mundt Subject: Re: [PATCH 2/6] hw_breakpoints: Migrate breakpoint conditional build under new config Message-ID: <20110704132746.GA2963@in.ibm.com> Reply-To: prasad@linux.vnet.ibm.com References: <1306273947-8410-1-git-send-email-fweisbec@gmail.com> <1306273947-8410-3-git-send-email-fweisbec@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1306273947-8410-3-git-send-email-fweisbec@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 24, 2011 at 11:52:23PM +0200, Frederic Weisbecker wrote: > Migrate conditional hw_breakpoint code compilation under > the new config to prepare for letting the user chose whether > or not to build this feature > > Signed-off-by: Frederic Weisbecker > Acked-by: Will Deacon > Cc: Ingo Molnar > Cc: Peter Zijlstra > Cc: Prasad > Cc: Paul Mundt > --- > arch/arm/include/asm/hw_breakpoint.h | 4 ++-- > arch/arm/include/asm/processor.h | 2 +- > arch/arm/kernel/Makefile | 2 +- > arch/arm/kernel/entry-header.S | 2 +- > arch/arm/kernel/ptrace.c | 4 ++-- > arch/powerpc/include/asm/cputable.h | 4 ++-- > arch/powerpc/include/asm/hw_breakpoint.h | 6 +++--- > arch/powerpc/include/asm/processor.h | 4 ++-- > arch/powerpc/kernel/Makefile | 2 +- > arch/powerpc/kernel/process.c | 18 +++++++++--------- > arch/powerpc/kernel/ptrace.c | 13 +++++++------ > arch/powerpc/lib/Makefile | 2 +- > arch/sh/kernel/Makefile | 2 +- > arch/sh/kernel/cpu/sh4a/Makefile | 2 +- > include/linux/hw_breakpoint.h | 6 +++--- > include/linux/perf_event.h | 4 ++-- > include/linux/ptrace.h | 6 +++--- > include/linux/sched.h | 2 +- > kernel/events/Makefile | 2 +- > kernel/events/core.c | 4 ++-- > kernel/ptrace.c | 4 ++-- > samples/Kconfig | 2 +- > 22 files changed, 49 insertions(+), 48 deletions(-) > Making the hardware breakpoint patches modular has always been a goal. I've looked at the PowerPC parts of the code and they look harmless. Acked-by: K.Prasad Thanks, K.Prasad From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e23smtp02.au.ibm.com (e23smtp02.au.ibm.com [202.81.31.144]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e23smtp02.au.ibm.com", Issuer "GeoTrust SSL CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 68188B6F70 for ; Mon, 4 Jul 2011 23:28:03 +1000 (EST) Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [202.81.31.246]) by e23smtp02.au.ibm.com (8.14.4/8.13.1) with ESMTP id p64DLp80016591 for ; Mon, 4 Jul 2011 23:21:51 +1000 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p64DQa061191944 for ; Mon, 4 Jul 2011 23:26:37 +1000 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p64DRpDj019041 for ; Mon, 4 Jul 2011 23:27:52 +1000 Date: Mon, 4 Jul 2011 18:57:46 +0530 From: "K.Prasad" To: Frederic Weisbecker Subject: Re: [PATCH 2/6] hw_breakpoints: Migrate breakpoint conditional build under new config Message-ID: <20110704132746.GA2963@in.ibm.com> References: <1306273947-8410-1-git-send-email-fweisbec@gmail.com> <1306273947-8410-3-git-send-email-fweisbec@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1306273947-8410-3-git-send-email-fweisbec@gmail.com> Cc: Ingo Molnar , Paul Mundt , linuxppc-dev@lists.ozlabs.org, LKML , Peter Zijlstra Reply-To: prasad@linux.vnet.ibm.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, May 24, 2011 at 11:52:23PM +0200, Frederic Weisbecker wrote: > Migrate conditional hw_breakpoint code compilation under > the new config to prepare for letting the user chose whether > or not to build this feature > > Signed-off-by: Frederic Weisbecker > Acked-by: Will Deacon > Cc: Ingo Molnar > Cc: Peter Zijlstra > Cc: Prasad > Cc: Paul Mundt > --- > arch/arm/include/asm/hw_breakpoint.h | 4 ++-- > arch/arm/include/asm/processor.h | 2 +- > arch/arm/kernel/Makefile | 2 +- > arch/arm/kernel/entry-header.S | 2 +- > arch/arm/kernel/ptrace.c | 4 ++-- > arch/powerpc/include/asm/cputable.h | 4 ++-- > arch/powerpc/include/asm/hw_breakpoint.h | 6 +++--- > arch/powerpc/include/asm/processor.h | 4 ++-- > arch/powerpc/kernel/Makefile | 2 +- > arch/powerpc/kernel/process.c | 18 +++++++++--------- > arch/powerpc/kernel/ptrace.c | 13 +++++++------ > arch/powerpc/lib/Makefile | 2 +- > arch/sh/kernel/Makefile | 2 +- > arch/sh/kernel/cpu/sh4a/Makefile | 2 +- > include/linux/hw_breakpoint.h | 6 +++--- > include/linux/perf_event.h | 4 ++-- > include/linux/ptrace.h | 6 +++--- > include/linux/sched.h | 2 +- > kernel/events/Makefile | 2 +- > kernel/events/core.c | 4 ++-- > kernel/ptrace.c | 4 ++-- > samples/Kconfig | 2 +- > 22 files changed, 49 insertions(+), 48 deletions(-) > Making the hardware breakpoint patches modular has always been a goal. I've looked at the PowerPC parts of the code and they look harmless. Acked-by: K.Prasad Thanks, K.Prasad