Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60878dfb authored by Jiri Slaby's avatar Jiri Slaby Committed by Michael Ellerman
Browse files

powerpc/ftrace: Fix obsolete comment



CONFIG_MCOUNT is not defined anymore, the corresponding #ifdef there
is CONFIG_FUNCTION_TRACER.

Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent dedd24a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1463,4 +1463,4 @@ _GLOBAL(return_to_handler)
	blr
	blr
#endif /* CONFIG_FUNCTION_GRAPH_TRACER */
#endif /* CONFIG_FUNCTION_GRAPH_TRACER */


#endif /* CONFIG_MCOUNT */
#endif /* CONFIG_FUNCTION_TRACER */