2.5.29 PAE compilefix

William Lee Irwin III (wli@holomorphy.com)
Sat, 27 Jul 2002 06:13:12 -0700


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/