diff options
Diffstat (limited to 'arch/parisc/kernel/cache.c')
-rw-r--r-- | arch/parisc/kernel/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/cache.c b/arch/parisc/kernel/cache.c index 91c2a39cd5aa..67001277256c 100644 --- a/arch/parisc/kernel/cache.c +++ b/arch/parisc/kernel/cache.c | |||
@@ -319,7 +319,7 @@ void flush_dcache_page(struct page *page) | |||
319 | if (!mapping) | 319 | if (!mapping) |
320 | return; | 320 | return; |
321 | 321 | ||
322 | pgoff = page->index << (PAGE_CACHE_SHIFT - PAGE_SHIFT); | 322 | pgoff = page->index; |
323 | 323 | ||
324 | /* We have carefully arranged in arch_get_unmapped_area() that | 324 | /* We have carefully arranged in arch_get_unmapped_area() that |
325 | * *any* mappings of a file are always congruently mapped (whether | 325 | * *any* mappings of a file are always congruently mapped (whether |