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:
5b2acf3
)
ARM: imx6: remove __CPUINIT annotation from v7_invalidate_l1
author
Shawn Guo
<shawn.guo@linaro.org>
Sat, 31 Dec 2011 01:40:39 +0000
(09:40 +0800)
committer
Shawn Guo
<shawn.guo@linaro.org>
Sat, 31 Dec 2011 01:40:39 +0000
(09:40 +0800)
The recent suspend testing on !SMP build discovers that the __CPUINIT
annotation for v7_invalidate_l1 should not be there, as the function
is called by resume path for not only SMP but also !SMP build.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
No differences found