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:
4ee531a
)
[CRYPTO] api: Flush the current page right than the next
author
Herbert Xu
<herbert@gondor.apana.org.au>
Sat, 31 Mar 2007 02:58:20 +0000
(12:58 +1000)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Sat, 31 Mar 2007 02:58:20 +0000
(12:58 +1000)
On platforms where flush_dcache_page is needed we're currently flushing
the next page right than the one we've just processed. This patch fixes
the off-by-one error.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found