patch-2.3.50 linux/arch/i386/mm/init.c

Next file: linux/arch/ia64/Makefile
Previous file: linux/arch/i386/kernel/irq.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.49/linux/arch/i386/mm/init.c linux/arch/i386/mm/init.c
@@ -320,7 +320,7 @@
 		if (vaddr >= end)
 			break;
 #if CONFIG_X86_PAE
-		pmd = (pmd_t *) alloc_bootmem_pages(PAGE_SIZE);
+		pmd = (pmd_t *) alloc_bootmem_low_pages(PAGE_SIZE);
 		set_pgd(pgd, __pgd(__pa(pmd) + 0x1));
 #else
 		pmd = (pmd_t *)pgd;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)