mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-08-12 10:49:15 +00:00
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>