From: Kenn H. <ke...@us...> - 2003-02-09 03:34:11
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1:/tmp/cvs-serv6866/include/asm-vax Modified Files: semaphore.h Log Message: Add a temporary declaration to prevent a bunch of verbose compile warnings. This will be removed once I get to 2.5.30. Index: semaphore.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/semaphore.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- semaphore.h 20 May 2002 00:33:39 -0000 1.4 +++ semaphore.h 9 Feb 2003 03:34:07 -0000 1.5 @@ -22,6 +22,11 @@ #include <asm/system.h> #include <asm/atomic.h> #include <linux/wait.h> + +/* Temporarly until 2.5.30 includes a proper declaration in the right place */ +struct rw_semaphore; +void __downgrade_write(struct rw_semaphore *sem); + #include <linux/rwsem.h> struct semaphore { |