Herbert Xu
authored
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>