diff options
| author | Paul Jackson <pj@sgi.com> | 2005-12-12 17:42:31 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2005-12-12 17:42:31 -0500 |
| commit | 1d66a79dc8dd892c0db04396a0b1d05e0f53fe4f (patch) | |
| tree | bce1150d180d02982c5462e40cccdb7bb2af0dd2 /arch/sparc/lib | |
| parent | 2c27d4e53043de1c821e0af09e08dee3e92a01d6 (diff) | |
[SPARC]: atomic_clear_mask build fix
This fixes one build error introduced in sparc with the patch of Oct 30,
resent Nov 4 "[patch 3/5] atomic: atomic_inc_not_zero" I still can't get
sparc to build, but at least it gets further after I remove this line.
Apparently, this change was agreed to by Andrew and Nick on Nov 14, but
everyone thought someone else was doing it.
Signed-off-by: Paul Jackson <pj@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/lib')
| -rw-r--r-- | arch/sparc/lib/atomic32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc/lib/atomic32.c b/arch/sparc/lib/atomic32.c index cb3cf0f22822..de84f8534bac 100644 --- a/arch/sparc/lib/atomic32.c +++ b/arch/sparc/lib/atomic32.c | |||
| @@ -66,7 +66,6 @@ int atomic_add_unless(atomic_t *v, int a, int u) | |||
| 66 | return ret != u; | 66 | return ret != u; |
| 67 | } | 67 | } |
| 68 | 68 | ||
| 69 | static inline void atomic_clear_mask(unsigned long mask, unsigned long *addr) | ||
| 70 | /* Atomic operations are already serializing */ | 69 | /* Atomic operations are already serializing */ |
| 71 | void atomic_set(atomic_t *v, int i) | 70 | void atomic_set(atomic_t *v, int i) |
| 72 | { | 71 | { |
