diff -urN /home/dgibson/kernel/linuxppc-2.5/mm/memory.c linux-bluefish/mm/memory.c
--- /home/dgibson/kernel/linuxppc-2.5/mm/memory.c Fri May 3 22:55:10 2002
+++ linux-bluefish/mm/memory.c Tue May 7 10:06:44 2002
@@ -874,7 +874,6 @@
end = PMD_SIZE;
pfn = phys_addr >> PAGE_SHIFT;
do {
- struct page *page;
pte_t oldpage = ptep_get_and_clear(pte);
if (!pfn_valid(pfn) || PageReserved(pfn_to_page(pfn)))
-- David Gibson | For every complex problem there is a david@gibson.dropbear.id.au | solution which is simple, neat and | wrong. -- H.L. Mencken http://www.ozlabs.org/people/dgibson - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/