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:
e44aef5
)
perf_counter: more barrier in blank weak function
author
Yinghai Lu
<yinghai@kernel.org>
Sat, 27 Dec 2008 05:05:06 +0000
(21:05 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Sat, 27 Dec 2008 10:58:48 +0000
(11:58 +0100)
Impact: fix panic possible panic
Some versions of GCC inline the weak global function if it's empty.
Add a barrier() to work it around.
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found