diff options
Diffstat (limited to 'arch/mips/include/asm/atomic.h')
-rw-r--r-- | arch/mips/include/asm/atomic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/include/asm/atomic.h b/arch/mips/include/asm/atomic.h index 01cc6ba64831..08b607969a16 100644 --- a/arch/mips/include/asm/atomic.h +++ b/arch/mips/include/asm/atomic.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Atomic operations that C can't guarantee us. Useful for | 2 | * Atomic operations that C can't guarantee us. Useful for |
3 | * resource counting etc.. | 3 | * resource counting etc.. |
4 | * | 4 | * |
5 | * But use these as seldom as possible since they are much more slower | 5 | * But use these as seldom as possible since they are much more slower |
@@ -21,7 +21,7 @@ | |||
21 | #include <asm/cmpxchg.h> | 21 | #include <asm/cmpxchg.h> |
22 | #include <asm/war.h> | 22 | #include <asm/war.h> |
23 | 23 | ||
24 | #define ATOMIC_INIT(i) { (i) } | 24 | #define ATOMIC_INIT(i) { (i) } |
25 | 25 | ||
26 | /* | 26 | /* |
27 | * atomic_read - read atomic variable | 27 | * atomic_read - read atomic variable |