Resent-Date: Sat, 28 Nov 1998 13:05:22 +0100 (MET)
Date: Sat, 28 Nov 1998 13:02:32 GMT
From: Jes Sorensen <Jes.Sorensen@cern.ch>
To: linux-m68k@lists.linux-m68k.org
Subject: 2.1.130 modules patch
Resent-From: linux-m68k@phil.uni-sb.de

Hi

For those of you who got this strange idea about using modules ;-)

Jes

--- /data/tmp/linux-2.1.130/include/asm-m68k/semaphore.h	Mon May 26 16:14:46 1997
+++ include/asm-m68k/semaphore.h	Sat Nov 28 12:59:42 1998
@@ -28,6 +28,7 @@
 asmlinkage void __up_wakeup(void /* special register calling convention */);
 
 extern void __down(struct semaphore * sem);
+extern int  __down_interruptible(struct semaphore * sem);
 extern void __up(struct semaphore * sem);
 
 #define sema_init(sem, val)	atomic_set(&((sem)->count), val)

