mirror of
https://github.com/torvalds/linux.git
synced 2026-09-19 20:21:51 -04: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>