From: Dave A. <ai...@us...> - 2003-06-10 01:14:54
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/sparc64/solaris In directory sc8-pr-cvs1:/tmp/cvs-serv7538/arch/sparc64/solaris Modified Files: timod.c Log Message: DA: sync with Marcelo 2.4.17 Index: timod.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/sparc64/solaris/timod.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- timod.c 10 Apr 2002 15:21:25 -0000 1.2 +++ timod.c 10 Jun 2003 01:13:20 -0000 1.3 @@ -33,7 +33,7 @@ u32 arg); asmlinkage int solaris_ioctl(unsigned int fd, unsigned int cmd, u32 arg); -spinlock_t timod_pagelock = SPIN_LOCK_UNLOCKED; +static spinlock_t timod_pagelock = SPIN_LOCK_UNLOCKED; static char * page = NULL ; #ifndef DEBUG_SOLARIS_KMALLOC |