Home
last modified time | relevance | path

Searched hist:dfc05b55c3c6b15dbd889e9901ecb3fb695421bd (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dkprobes.hdiff dfc05b55c3c6b15dbd889e9901ecb3fb695421bd Tue Sep 14 16:39:46 CEST 2021 Masami Hiramatsu <mhiramat@kernel.org> kprobes: Use IS_ENABLED() instead of kprobes_built_in()

Use IS_ENABLED(CONFIG_KPROBES) instead of kprobes_built_in().
This inline function is introduced only for avoiding #ifdef.
But since now we have IS_ENABLED(), it is no longer needed.

Link: https://lkml.kernel.org/r/163163038581.489837.2805250706507372658.stgit@devnote2

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>