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:
860ad78
)
ARM: 6887/1: Mark broadcast_timer_setup() __cpuinit
author
Stephen Boyd
<sboyd@codeaurora.org>
Wed, 27 Apr 2011 00:34:27 +0000
(
01:34
+0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 27 Apr 2011 21:02:47 +0000
(22:02 +0100)
This function is only called by percpu_timer_setup() which is
also __cpuinit marked. Thus it's safe to mark this function as
__cpuinit as well.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found