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
- Lines: 9
- Date:
Wed Nov 8 19:01:34 2000
- Orig file:
v2.4.0-test10/linux/arch/mips64/kernel/linux32.c
- Orig date:
Thu Jul 27 18:36:54 2000
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)