2.5.29 PAE compilefix

From: William Lee Irwin III (wli@holomorphy.com)
Date: Sat Jul 27 2002 - 08:13:12 EST


Haven't tried booting it yet, but here's the compilefix:

Cheers,
Bill

===== arch/i386/mm/init.c 1.22 vs edited =====
--- 1.22/arch/i386/mm/init.c Fri Jul 26 12:07:32 2002
+++ edited/arch/i386/mm/init.c Sat Jul 27 05:35:05 2002
@@ -54,7 +54,7 @@
                 
 #if CONFIG_X86_PAE
         pmd_table = (pmd_t *) alloc_bootmem_low_pages(PAGE_SIZE);
- set_pgd(pgd, __pgd(__pa(md_table) | _PAGE_PRESENT));
+ set_pgd(pgd, __pgd(__pa(pmd_table) | _PAGE_PRESENT));
         if (pmd_table != pmd_offset(pgd, 0))
                 BUG();
 #else
-
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/



This archive was generated by hypermail 2b29 : Tue Jul 30 2002 - 14:00:26 EST