patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / asm-sh / spinlock.h
index 9930f93..31f45f2 100644 (file)
@@ -25,6 +25,7 @@ typedef struct {
 
 #define spin_is_locked(x)      ((x)->lock != 0)
 #define spin_unlock_wait(x)    do { barrier(); } while (spin_is_locked(x))
+#define _raw_spin_lock_flags(lock, flags) _raw_spin_lock(lock)
 
 /*
  * Simple spin lock operations.  There are two variants, one clears IRQ's