diff options
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index db9ddff95841..616c96e73483 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -582,8 +582,8 @@ menu "Instrumentation Support" | |||
582 | source "arch/ia64/oprofile/Kconfig" | 582 | source "arch/ia64/oprofile/Kconfig" |
583 | 583 | ||
584 | config KPROBES | 584 | config KPROBES |
585 | bool "Kprobes (EXPERIMENTAL)" | 585 | bool "Kprobes" |
586 | depends on KALLSYMS && EXPERIMENTAL && MODULES | 586 | depends on KALLSYMS && MODULES |
587 | help | 587 | help |
588 | Kprobes allows you to trap at almost any kernel address and | 588 | Kprobes allows you to trap at almost any kernel address and |
589 | execute a callback function. register_kprobe() establishes | 589 | execute a callback function. register_kprobe() establishes |