commit | ae1402022edbeef3991f1e4bae8fa99558be291b | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Dec 18 16:43:57 2009 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Feb 20 16:42:51 2010 +0000 |
tree | 92d0c34f87ca4174a17d8fae1ac6bcdcd032fddc | |
parent | 4b3073e1c53a256275f1079c0fbfbe85883d9275 [diff] |
ARM: make_coherent(): fix problems with highpte, part 2 update_mmu_cache() is called with the page table for the faulted-in page still mapped. We need to modify the PTE for this page to ensure coherency with other shared mappings when multiple shared mappings exist within a MM. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>