projects
/
profile
/
common
/
platform
/
kernel
/
linux-artik7.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dedd24a
)
powerpc/ftrace: Fix obsolete comment
author
Jiri Slaby
<jslaby@suse.cz>
Tue, 29 Apr 2014 07:24:06 +0000
(09:24 +0200)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/entry_32.S
b/arch/powerpc/kernel/entry_32.S
index
ad837d8
..
10a0935
100644
(file)
--- 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
*/