From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757615Ab1GDN3Z (ORCPT ); Mon, 4 Jul 2011 09:29:25 -0400 Received: from mail-vx0-f174.google.com ([209.85.220.174]:65005 "EHLO mail-vx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753044Ab1GDN3T (ORCPT ); Mon, 4 Jul 2011 09:29:19 -0400 Date: Mon, 4 Jul 2011 15:29:14 +0200 From: Frederic Weisbecker To: "K.Prasad" 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: <20110704132912.GB5551@somewhere> References: <1306273947-8410-1-git-send-email-fweisbec@gmail.com> <1306273947-8410-3-git-send-email-fweisbec@gmail.com> <20110704132746.GA2963@in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110704132746.GA2963@in.ibm.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 Mon, Jul 04, 2011 at 06:57:46PM +0530, K.Prasad wrote: > 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 Great! I'll push that soon, thanks guys for your acks! From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vx0-f179.google.com (mail-vx0-f179.google.com [209.85.220.179]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 05B7EB6F73 for ; Mon, 4 Jul 2011 23:29:22 +1000 (EST) Received: by vxb40 with SMTP id 40so4014037vxb.38 for ; Mon, 04 Jul 2011 06:29:18 -0700 (PDT) Date: Mon, 4 Jul 2011 15:29:14 +0200 From: Frederic Weisbecker To: "K.Prasad" Subject: Re: [PATCH 2/6] hw_breakpoints: Migrate breakpoint conditional build under new config Message-ID: <20110704132912.GB5551@somewhere> References: <1306273947-8410-1-git-send-email-fweisbec@gmail.com> <1306273947-8410-3-git-send-email-fweisbec@gmail.com> <20110704132746.GA2963@in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20110704132746.GA2963@in.ibm.com> Cc: Ingo Molnar , Paul Mundt , linuxppc-dev@lists.ozlabs.org, LKML , Peter Zijlstra List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Jul 04, 2011 at 06:57:46PM +0530, K.Prasad wrote: > 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 Great! I'll push that soon, thanks guys for your acks!