patch-2.3.41 linux/arch/m68k/atari/stram.c

Next file: linux/arch/m68k/bvme6000/config.c
Previous file: linux/arch/m68k/atari/hades-pci.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.40/linux/arch/m68k/atari/stram.c linux/arch/m68k/atari/stram.c
@@ -715,7 +715,7 @@
 	else {
 		DPRINTK( "unswap_pte: replacing entry %08lx by new page %08lx",
 				 entry, page );
-		set_pte(dir, pte_mkdirty(mk_pte(page,vma->vm_page_prot)));
+		set_pte(dir, pte_mkdirty(__mk_pte(page,vma->vm_page_prot)));
 		atomic_inc(&mem_map[MAP_NR(page)].count);
 		++vma->vm_mm->rss;
 	}

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