powerpc/ftrace: Fix obsolete comment
CONFIG_MCOUNT is not defined anymore, the corresponding #ifdef there is CONFIG_FUNCTION_TRACER. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
dedd24a12f
commit
60878dfb11
1 changed files with 1 additions and 1 deletions
|
@ -1463,4 +1463,4 @@ _GLOBAL(return_to_handler)
|
|||
blr
|
||||
#endif /* CONFIG_FUNCTION_GRAPH_TRACER */
|
||||
|
||||
#endif /* CONFIG_MCOUNT */
|
||||
#endif /* CONFIG_FUNCTION_TRACER */
|
||||
|
|
Loading…
Reference in a new issue