All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sh: fix kconfig warning
@ 2010-08-23 16:11 ` Arnaud Lacombe
  0 siblings, 0 replies; 4+ messages in thread
From: Arnaud Lacombe @ 2010-08-23 16:11 UTC (permalink / raw)
  To: Paul Mundt; +Cc: Michal Marek, linux-kbuild, linux-sh, Arnaud Lacombe

warning: (SUPERH32) selects HAVE_HW_BREAKPOINT which has unmet direct dependencies (PERF_EVENTS)

This warning was causing Kconfig to segfault.

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
---
 arch/sh/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 33990fa..06645b6 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -45,7 +45,7 @@ config SUPERH32
 	select HAVE_ARCH_KGDB
 	select HAVE_HW_BREAKPOINT
 	select HAVE_MIXED_BREAKPOINTS_REGS
-	select PERF_EVENTS if HAVE_HW_BREAKPOINT
+	select PERF_EVENTS
 	select ARCH_HIBERNATION_POSSIBLE if MMU
 
 config SUPERH64
-- 
1.7.2.30.gc37d7.dirty


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] sh: fix kconfig warning
@ 2010-08-23 16:11 ` Arnaud Lacombe
  0 siblings, 0 replies; 4+ messages in thread
From: Arnaud Lacombe @ 2010-08-23 16:11 UTC (permalink / raw)
  To: Paul Mundt; +Cc: Michal Marek, linux-kbuild, linux-sh, Arnaud Lacombe

warning: (SUPERH32) selects HAVE_HW_BREAKPOINT which has unmet direct dependencies (PERF_EVENTS)

This warning was causing Kconfig to segfault.

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
---
 arch/sh/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 33990fa..06645b6 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -45,7 +45,7 @@ config SUPERH32
 	select HAVE_ARCH_KGDB
 	select HAVE_HW_BREAKPOINT
 	select HAVE_MIXED_BREAKPOINTS_REGS
-	select PERF_EVENTS if HAVE_HW_BREAKPOINT
+	select PERF_EVENTS
 	select ARCH_HIBERNATION_POSSIBLE if MMU
 
 config SUPERH64
-- 
1.7.2.30.gc37d7.dirty


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] sh: fix kconfig warning
  2010-08-23 16:11 ` Arnaud Lacombe
@ 2010-08-24  6:33   ` Paul Mundt
  -1 siblings, 0 replies; 4+ messages in thread
From: Paul Mundt @ 2010-08-24  6:33 UTC (permalink / raw)
  To: Arnaud Lacombe; +Cc: Michal Marek, linux-kbuild, linux-sh

On Mon, Aug 23, 2010 at 12:11:12PM -0400, Arnaud Lacombe wrote:
> warning: (SUPERH32) selects HAVE_HW_BREAKPOINT which has unmet direct dependencies (PERF_EVENTS)
> 
> This warning was causing Kconfig to segfault.
> 
> Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>

This was already fixed by Sam, thanks anyways.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] sh: fix kconfig warning
@ 2010-08-24  6:33   ` Paul Mundt
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Mundt @ 2010-08-24  6:33 UTC (permalink / raw)
  To: Arnaud Lacombe; +Cc: Michal Marek, linux-kbuild, linux-sh

On Mon, Aug 23, 2010 at 12:11:12PM -0400, Arnaud Lacombe wrote:
> warning: (SUPERH32) selects HAVE_HW_BREAKPOINT which has unmet direct dependencies (PERF_EVENTS)
> 
> This warning was causing Kconfig to segfault.
> 
> Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>

This was already fixed by Sam, thanks anyways.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-08-24  6:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-23 16:11 [PATCH] sh: fix kconfig warning Arnaud Lacombe
2010-08-23 16:11 ` Arnaud Lacombe
2010-08-24  6:33 ` Paul Mundt
2010-08-24  6:33   ` Paul Mundt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.