* 2.5.29 PAE compilefix
@ 2002-07-27 13:13 William Lee Irwin III
2002-07-27 13:20 ` William Lee Irwin III
0 siblings, 1 reply; 2+ messages in thread
From: William Lee Irwin III @ 2002-07-27 13:13 UTC (permalink / raw)
To: linux-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-07-27 13:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-27 13:13 2.5.29 PAE compilefix William Lee Irwin III
2002-07-27 13:20 ` William Lee Irwin III
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.