powerpc/ftrace: Fix obsolete comment
authorJiri Slaby <jslaby@suse.cz>
Tue, 29 Apr 2014 07:24:06 +0000 (09:24 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 9 Nov 2014 22:59:29 +0000 (09:59 +1100)
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>
arch/powerpc/kernel/entry_32.S

index ad837d8..10a0935 100644 (file)
@@ -1463,4 +1463,4 @@ _GLOBAL(return_to_handler)
        blr
 #endif /* CONFIG_FUNCTION_GRAPH_TRACER */
 
-#endif /* CONFIG_MCOUNT */
+#endif /* CONFIG_FUNCTION_TRACER */