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:
35e71f9
)
xtensa: Fix checksum header file
author
Chris Zankel
<chris@zankel.net>
Thu, 16 Apr 2009 07:28:09 +0000
(
00:28
-0700)
committer
Chris Zankel
<chris@zankel.net>
Tue, 12 May 2009 04:48:23 +0000
(21:48 -0700)
We need to add a "memory" dependency (barrier) in assembly macros
that access (read or write) memory. Otherwise, the compiler might
ill-optimize the order of memory accesses.
Signed-off-by: Chris Zankel <chris@zankel.net>
No differences found