All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i386 Don't conside oprofile EXPERIMENTAL anymore
@ 2006-05-20  2:53 Chris Wedgwood
  2006-05-21 19:49 ` Is OPROFILE actively maintained? Chris Wedgwood
  0 siblings, 1 reply; 12+ messages in thread
From: Chris Wedgwood @ 2006-05-20  2:53 UTC (permalink / raw)
  To: LKML; +Cc: Linus Torvalds

oprofile isn't new and a lot of developers use it.  Drop the
EXPERIMENTAL.


Signed-off-by: Chris Wedgwood <cw@f00f.org>

diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
index 5b1a7d4..2b8657d 100644
Index: linux-2.6/arch/i386/Kconfig
===================================================================
--- linux-2.6.orig/arch/i386/Kconfig	2006-05-19 19:35:35.586394755 -0700
+++ linux-2.6/arch/i386/Kconfig	2006-05-19 19:35:38.866552357 -0700
@@ -1053,7 +1053,6 @@
 source "fs/Kconfig"
 
 menu "Instrumentation Support"
-	depends on EXPERIMENTAL
 
 source "arch/i386/oprofile/Kconfig"
 
Index: linux-2.6/arch/i386/oprofile/Kconfig
===================================================================
--- linux-2.6.orig/arch/i386/oprofile/Kconfig	2006-05-19 19:35:32.644253387 -0700
+++ linux-2.6/arch/i386/oprofile/Kconfig	2006-05-19 19:35:38.866552357 -0700
@@ -1,12 +1,12 @@
 config PROFILING
-	bool "Profiling support (EXPERIMENTAL)"
+	bool "Profiling support"
 	help
 	  Say Y here to enable the extended profiling support mechanisms used
 	  by profilers such as OProfile.
 	  
 
 config OPROFILE
-	tristate "OProfile system profiling (EXPERIMENTAL)"
+	tristate "OProfile system profiling"
 	depends on PROFILING
 	help
 	  OProfile is a profiling system capable of profiling the

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

end of thread, other threads:[~2006-05-22 18:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-20  2:53 [PATCH] i386 Don't conside oprofile EXPERIMENTAL anymore Chris Wedgwood
2006-05-21 19:49 ` Is OPROFILE actively maintained? Chris Wedgwood
2006-05-21 19:57   ` Dave Jones
2006-05-21 20:17     ` Chris Wedgwood
2006-05-21 20:49       ` Dave Jones
2006-05-21 20:56         ` Chris Wedgwood
2006-05-21 20:25     ` John Levon
2006-05-22 11:51   ` Alan Cox
2006-05-22 15:15     ` John Levon
2006-05-22 17:50       ` Måns Rullgård
2006-05-22 18:13         ` Chris Wedgwood
2006-05-22 15:27     ` Chris Wedgwood

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.