[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] 2.4.4-pre1 sparc/mm typo
--- 2.4.4-pre1/arch/sparc/mm/generic.c Sat Apr 7 08:15:16 2001
+++ linux/arch/sparc/mm/generic.c Mon Apr 9 16:48:42 2001
@@ -21,7 +21,7 @@
struct page *ptpage = pte_page(page);
if ((!VALID_PAGE(ptpage)) || PageReserved(ptpage))
return;
- page_cache_release(page);
+ page_cache_release(ptpage);
return;
}
swap_free(pte_to_swp_entry(page));
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux.eu.org/Linux-MM/