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:
b4c8cc8
)
NET: am79c961: ensure asm() statements are marked volatile
author
Russell King - ARM Linux
<linux@arm.linux.org.uk>
Fri, 10 Jun 2011 00:51:54 +0000
(
00:51
+0000)
committer
David S. Miller
<davem@davemloft.net>
Sat, 11 Jun 2011 22:56:00 +0000
(15:56 -0700)
Without this the compiler can (and does) optimize register reads away
from within loops, and other such optimizations.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found