diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/filemap_xip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/filemap_xip.c b/mm/filemap_xip.c index 3b6e384b98a6..4553b2c5aab4 100644 --- a/mm/filemap_xip.c +++ b/mm/filemap_xip.c | |||
@@ -191,7 +191,7 @@ __xip_unmap (struct address_space * mapping, | |||
191 | address); | 191 | address); |
192 | if (!IS_ERR(pte)) { | 192 | if (!IS_ERR(pte)) { |
193 | /* Nuke the page table entry. */ | 193 | /* Nuke the page table entry. */ |
194 | flush_cache_page(vma, address, pte_pfn(pte)); | 194 | flush_cache_page(vma, address, pte_pfn(*pte)); |
195 | pteval = ptep_clear_flush(vma, address, pte); | 195 | pteval = ptep_clear_flush(vma, address, pte); |
196 | BUG_ON(pte_dirty(pteval)); | 196 | BUG_ON(pte_dirty(pteval)); |
197 | pte_unmap(pte); | 197 | pte_unmap(pte); |