Merge branch 'sh/stable-updates'
This commit is contained in:
@@ -128,7 +128,7 @@ void __update_cache(struct vm_area_struct *vma,
|
||||
return;
|
||||
|
||||
page = pfn_to_page(pfn);
|
||||
if (pfn_valid(pfn) && page_mapping(page)) {
|
||||
if (pfn_valid(pfn)) {
|
||||
int dirty = test_and_clear_bit(PG_dcache_dirty, &page->flags);
|
||||
if (dirty) {
|
||||
unsigned long addr = (unsigned long)page_address(page);
|
||||
|
Reference in New Issue
Block a user