]> git.baikalelectronics.ru Git - kernel.git/commit
init: Have initcall_debug still work without CONFIG_TRACEPOINTS
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 6 Apr 2018 13:24:25 +0000 (09:24 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Sun, 8 Apr 2018 00:24:40 +0000 (20:24 -0400)
commita1f70d7c9ce190b2359a92a8f222ddf65bda1d2b
tree4166441e144cbb6d3a37119829c379ac73963278
parentdd669245376a2e33d3af202f8d38e13f3f238372
init: Have initcall_debug still work without CONFIG_TRACEPOINTS

Add macros around the initcall_debug tracepoint code to have the code to
default back to the old method if CONFIG_TRACEPOINTS is not enabled.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
init/main.c