|
From: Ingo M. <mi...@el...> - 2010-03-13 07:27:54
|
* Masami Hiramatsu <mhi...@re...> wrote: > config OPTPROBES > - bool "Kprobes jump optimization support (EXPERIMENTAL)" > - default y > - depends on KPROBES > + def_bool y > + depends on KPROBES && HAVE_OPTPROBES > depends on !PREEMPT > - depends on HAVE_OPTPROBES > select KALLSYMS_ALL > help > This option will allow kprobes to optimize breakpoint to The help text can be removed too, now that it's not interactive. Also, i'd suggest to add a comment that this just relays HAVE_OPTPROBES now, set by the arch. Ingo |