diff options
author | Jiri Slaby <[email protected]> | 2014-04-29 09:24:06 +0200 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2014-11-10 09:59:29 +1100 |
commit | 60878dfb11d47a9029581543ee2d2101faa88072 (patch) | |
tree | 7f9de65fa5d15ddc39a01649d223676a26fc4bc9 | |
parent | dedd24a12fe6735898feeb06184ee346907abb5d (diff) |
powerpc/ftrace: Fix obsolete comment
CONFIG_MCOUNT is not defined anymore, the corresponding #ifdef there
is CONFIG_FUNCTION_TRACER.
Signed-off-by: Jiri Slaby <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
-rw-r--r-- | arch/powerpc/kernel/entry_32.S | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |