--- 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 from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to