patch-2.4.21 linux-2.4.21/arch/m68k/sun3/mmu_emu.c

Next file: linux-2.4.21/arch/m68k/sun3/sun3dvma.c
Previous file: linux-2.4.21/arch/m68k/sun3/idprom.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/arch/m68k/sun3/mmu_emu.c linux-2.4.21/arch/m68k/sun3/mmu_emu.c
@@ -178,7 +178,6 @@
 			pmeg_alloc[sun3_get_segmap(seg)] = 2;
 		}
 	}
-
 	
 	dvma_init();
 	
@@ -277,7 +276,7 @@
 //todo: better allocation scheme? but is extra complexity worthwhile?
 //todo: only clear old entries if necessary? how to tell?
 
-static inline void mmu_emu_map_pmeg (int context, int vaddr)
+inline void mmu_emu_map_pmeg (int context, int vaddr)
 {
 	static unsigned char curr_pmeg = 128;
 	int i;

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