patch-2.3.41 linux/arch/m68k/mm/sun3mmu.c

Next file: linux/arch/m68k/mvme147/config.c
Previous file: linux/arch/m68k/mm/motorola.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.40/linux/arch/m68k/mm/sun3mmu.c linux/arch/m68k/mm/sun3mmu.c
@@ -80,7 +80,7 @@
 		/* now change pg_table to kernel virtual addresses */
 		pg_table = (pte_t *) __va ((unsigned long) pg_table);
 		for (i=0; i<PTRS_PER_PTE; ++i, ++pg_table) {
-			pte_t pte = mk_pte (address, PAGE_INIT);
+			pte_t pte = __mk_pte(address, PAGE_INIT);
 			if (address >= end_mem)
 				pte_val (pte) = 0;
 			set_pte (pg_table, pte);

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