From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wy0-f179.google.com (mail-wy0-f179.google.com [74.125.82.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 49BC7B6F9F for ; Wed, 25 May 2011 07:52:39 +1000 (EST) Received: by mail-wy0-f179.google.com with SMTP id 36so5990428wyg.38 for ; Tue, 24 May 2011 14:52:39 -0700 (PDT) From: Frederic Weisbecker To: LKML Subject: [PATCH 4/6] hw_breakpoints: Breakpoints arch ability don't need perf events Date: Tue, 24 May 2011 23:52:25 +0200 Message-Id: <1306273947-8410-5-git-send-email-fweisbec@gmail.com> In-Reply-To: <1306273947-8410-1-git-send-email-fweisbec@gmail.com> References: <1306273947-8410-1-git-send-email-fweisbec@gmail.com> Cc: Peter Zijlstra , Frederic Weisbecker , Will Deacon , LKML , Paul Mundt , Prasad , Ingo Molnar , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , The breakpoint support ability in an arch is not related to the fact perf events is built or not. HAVE_HW_BREAKPOINT only shows an ability so this dependency makes no sense anymore. Archs that select HAVE_HW_BREAKPOINT already ensure that perf event is built. Remove that dependency. Signed-off-by: Frederic Weisbecker Cc: Ingo Molnar Cc: Peter Zijlstra Cc: Will Deacon Cc: Prasad Cc: Paul Mundt --- arch/Kconfig | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/Kconfig b/arch/Kconfig index f78c2be..ce4be89 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -149,7 +149,6 @@ config HAVE_DEFAULT_NO_SPIN_MUTEXES config HAVE_HW_BREAKPOINT bool - depends on PERF_EVENTS config HAVE_MIXED_BREAKPOINTS_REGS bool -- 1.7.3.2