patch-2.4.0-test11 linux/arch/mips64/kernel/linux32.c

Next file: linux/arch/mips64/kernel/semaphore.c
Previous file: linux/arch/mips64/config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test10/linux/arch/mips64/kernel/linux32.c linux/arch/mips64/kernel/linux32.c
@@ -241,7 +241,7 @@
 					return -ENOMEM;
 				new = 1;
 			}
-			kaddr = (char *)kmap(page);
+			kaddr = kmap(page);
 
 			if (new && offset)
 				memset(kaddr, 0, offset);

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