Merge branch 'sh/stable-updates'

This commit is contained in:
Paul Mundt
2009-10-13 11:27:08 +09:00
562 changed files with 60584 additions and 9927 deletions

View File

@@ -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);