From: Jiri Slaby Date: Tue, 29 Apr 2014 07:24:06 +0000 (+0200) Subject: powerpc/ftrace: Fix obsolete comment X-Git-Tag: Ubuntu-snapdragon-4.4.0-1029.32~7542^2~47 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=60878dfb11d47a9029581543ee2d2101faa88072;p=mirror_ubuntu-zesty-kernel.git powerpc/ftrace: Fix obsolete comment CONFIG_MCOUNT is not defined anymore, the corresponding #ifdef there is CONFIG_FUNCTION_TRACER. Signed-off-by: Jiri Slaby Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/kernel/entry_32.S b/arch/powerpc/kernel/entry_32.S index ad837d8a26d4..10a093579191 100644 --- a/arch/powerpc/kernel/entry_32.S +++ b/arch/powerpc/kernel/entry_32.S @@ -1463,4 +1463,4 @@ _GLOBAL(return_to_handler) blr #endif /* CONFIG_FUNCTION_GRAPH_TRACER */ -#endif /* CONFIG_MCOUNT */ +#endif /* CONFIG_FUNCTION_TRACER */