| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [patch] atomic.h |
| From: | Brad Bozarth <prettygood@cs.stanford.edu> |
| Date: | Thu, 17 Oct 2002 18:18:47 -0700 (PDT) |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Reply-to: | prettygood@cs.stanford.edu |
| Sender: | linux-mips-bounce@linux-mips.org |
The atomic_inc_and_test has a typo, diff below:
atomic.h ~/netapp/new/linux/include/asm-mips/atomic.h
--- atomic.hFri Sep 27 14:48:34 2002
+++ /users/bbozarth/netapp/new/linux/include/asm-mips/atomic.hThu Oct 17
18:12:\46 2002
@@ -228,7 +228,7 @@
* other cases. Note that the guaranteed
* useful range of an atomic_t is only 24 bits.
*/
-#define atomic_inc_and_test(v) (atomic_inc_return(1, (v)) == 0)
+#define atomic_inc_and_test(v) (atomic_add_return(1, (v)) == 0)
/*
* atomic_dec_and_test - decrement by 1 and test
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Once again: test_and_set for CPUs w/o LL/SC, Johannes Stezenbach |
|---|---|
| Next by Date: | [patch] mips, mips64 signal trampoline, Kip Walker |
| Previous by Thread: | Problems in Remote Debugging, Venkata Rajesh Bikkina |
| Next by Thread: | [patch] mips, mips64 signal trampoline, Kip Walker |
| Indexes: | [Date] [Thread] [Top] [All Lists] |