patch-2.2.0-pre8 linux/include/asm-sparc64/semaphore.h

Next file: linux/include/linux/cdrom.h
Previous file: linux/include/asm-sparc64/processor.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre7/linux/include/asm-sparc64/semaphore.h linux/include/asm-sparc64/semaphore.h
@@ -24,7 +24,7 @@
 
 #define wake_one_more(sem)      atomic_inc(&sem->waking);
 
-static __inline__ int waking_non_zero(struct semaphore *sem)
+static __inline__ int waking_non_zero(struct semaphore *sem, struct task_struct *tsk)
 {
 	int ret;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov