git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9457158
)
tracing/syscalls: Annotate raw_init function with __init
author
Li Zefan
<lizefan@huawei.com>
Wed, 27 Mar 2013 06:15:37 +0000
(14:15 +0800)
committer
Steven Rostedt
<rostedt@goodmis.org>
Thu, 22 Aug 2013 02:24:52 +0000
(22:24 -0400)
init_syscall_trace() can only be called during kernel bootup only, so we can
mark it and the functions it calls as __init.
Link:
http://lkml.kernel.org/r/51528E89.6080508@huawei.com
Signed-off-by: Li Zefan <lizefan@huawei.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found