patch-2.2.11 linux/include/asm-alpha/spinlock.h
Next file: linux/include/asm-alpha/sysinfo.h
Previous file: linux/include/asm-alpha/socket.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Aug 9 12:04:41 1999
- Orig file:
v2.2.10/linux/include/asm-alpha/spinlock.h
- Orig date:
Sat May 22 13:42:59 1999
diff -u --recursive --new-file v2.2.10/linux/include/asm-alpha/spinlock.h linux/include/asm-alpha/spinlock.h
@@ -20,7 +20,7 @@
#define spin_lock_init(lock) ((void) 0)
#define spin_lock(lock) ((void) 0)
-#define spin_trylock(lock) ((void) 0)
+#define spin_trylock(lock) (1)
#define spin_unlock_wait(lock) ((void) 0)
#define spin_unlock(lock) ((void) 0)
#define spin_lock_irq(lock) cli()
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)