commit | d814dee0e1a5d9b2f858b91551a0dd0608f777a1 | [log] [tgz] |
---|---|---|
author | Russell King - ARM Linux <linux@arm.linux.org.uk> | Fri Jun 10 00:51:54 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 11 15:56:00 2011 -0700 |
tree | 76426b26880f5f65a5f4952c680182986acba569 | |
parent | b4c8cc88c18213688268d1d53a51d97ce2f19a64 [diff] |
NET: am79c961: ensure asm() statements are marked volatile 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>