This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / x86_64 / lib / dec_and_lock.c
index ab43394..ffd4869 100644 (file)
@@ -10,7 +10,7 @@
 #include <linux/spinlock.h>
 #include <asm/atomic.h>
 
-int _atomic_dec_and_lock(atomic_t *atomic, spinlock_t *lock)
+int atomic_dec_and_lock(atomic_t *atomic, spinlock_t *lock)
 {
        int counter;
        int newcount;