From 6d31d7a3f9ffbe7077e4ebd27953a40c3df22a12 Mon Sep 17 00:00:00 2001 From: Ananth N Mavinakayanahalli Date: Tue, 17 Jul 2007 04:03:54 -0700 Subject: [PATCH] --- yaml --- r: 60772 b: refs/heads/master c: 87a7defb0d4255d5aea2c5067813b26836127983 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/i386/Kconfig | 4 ++-- trunk/arch/ia64/Kconfig | 4 ++-- trunk/arch/powerpc/Kconfig | 4 ++-- trunk/arch/x86_64/Kconfig | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/[refs] b/[refs] index 3f9dc81acbcf..67e7c60766e0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5b78cc9ac8602baafebb75a09025ffb17d1aebc2 +refs/heads/master: 87a7defb0d4255d5aea2c5067813b26836127983 diff --git a/trunk/arch/i386/Kconfig b/trunk/arch/i386/Kconfig index 8531a540ca8c..c7c9c2a15fab 100644 --- a/trunk/arch/i386/Kconfig +++ b/trunk/arch/i386/Kconfig @@ -1222,8 +1222,8 @@ if INSTRUMENTATION source "arch/i386/oprofile/Kconfig" config KPROBES - bool "Kprobes (EXPERIMENTAL)" - depends on KALLSYMS && EXPERIMENTAL && MODULES + bool "Kprobes" + depends on KALLSYMS && MODULES help Kprobes allows you to trap at almost any kernel address and execute a callback function. register_kprobe() establishes diff --git a/trunk/arch/ia64/Kconfig b/trunk/arch/ia64/Kconfig index db9ddff95841..616c96e73483 100644 --- a/trunk/arch/ia64/Kconfig +++ b/trunk/arch/ia64/Kconfig @@ -582,8 +582,8 @@ menu "Instrumentation Support" source "arch/ia64/oprofile/Kconfig" config KPROBES - bool "Kprobes (EXPERIMENTAL)" - depends on KALLSYMS && EXPERIMENTAL && MODULES + bool "Kprobes" + depends on KALLSYMS && MODULES help Kprobes allows you to trap at almost any kernel address and execute a callback function. register_kprobe() establishes diff --git a/trunk/arch/powerpc/Kconfig b/trunk/arch/powerpc/Kconfig index e641bb68d871..d860b640a140 100644 --- a/trunk/arch/powerpc/Kconfig +++ b/trunk/arch/powerpc/Kconfig @@ -640,8 +640,8 @@ menu "Instrumentation Support" source "arch/powerpc/oprofile/Kconfig" config KPROBES - bool "Kprobes (EXPERIMENTAL)" - depends on !BOOKE && !4xx && KALLSYMS && EXPERIMENTAL && MODULES + bool "Kprobes" + depends on !BOOKE && !4xx && KALLSYMS && MODULES help Kprobes allows you to trap at almost any kernel address and execute a callback function. register_kprobe() establishes diff --git a/trunk/arch/x86_64/Kconfig b/trunk/arch/x86_64/Kconfig index 8bdd25ac1542..14bf8ce3ea23 100644 --- a/trunk/arch/x86_64/Kconfig +++ b/trunk/arch/x86_64/Kconfig @@ -774,8 +774,8 @@ menu "Instrumentation Support" source "arch/x86_64/oprofile/Kconfig" config KPROBES - bool "Kprobes (EXPERIMENTAL)" - depends on KALLSYMS && EXPERIMENTAL && MODULES + bool "Kprobes" + depends on KALLSYMS && MODULES help Kprobes allows you to trap at almost any kernel address and execute a callback function. register_kprobe() establishes