patch-2.4.19 linux-2.4.19/arch/sparc64/solaris/timod.c

Next file: linux-2.4.19/drivers/Makefile
Previous file: linux-2.4.19/arch/sparc64/solaris/misc.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/sparc64/solaris/timod.c linux-2.4.19/arch/sparc64/solaris/timod.c
@@ -46,7 +46,7 @@
 void * mykmalloc(size_t s, int gfp)
 {
 	static char * page;
-	static size_t free = 0;
+	static size_t free;
 	void * r;
 	s = ((s + 63) & ~63);
 	if( s > PAGE_SIZE ) {

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