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:
bf4bb2b
)
percpu: use __weak only in the definition of weak percpu variables
author
Tejun Heo
<tj@kernel.org>
Mon, 29 Jun 2009 08:45:39 +0000
(17:45 +0900)
committer
Tejun Heo
<tj@kernel.org>
Mon, 29 Jun 2009 08:45:39 +0000
(17:45 +0900)
__weak is necessary only for definition and might even not work in
declaration. Drop it from declaration.
This change was suggested by Ivan Kokshaysky.
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
No differences found