Re: sparc: rename atomic_add_unless

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Josip Rodin <joy@xxxxxxxxxxxxxx>
Date: Thu, 4 Aug 2011 11:43:15 +0200

> It should be fairly trivial:
> 
> diff --git a/arch/sparc/lib/atomic32.c b/arch/sparc/lib/atomic32.c
> index 8600eb2..1d32b54 100644
> --- a/arch/sparc/lib/atomic32.c
> +++ b/arch/sparc/lib/atomic32.c
> @@ -65,7 +65,7 @@ int __atomic_add_unless(atomic_t *v, int a, int u)
>         if (ret != u)
>                 v->counter += a;
>         spin_unlock_irqrestore(ATOMIC_HASH(v), flags);
> -       return ret != u;
> +       return ret;
>  }
>  EXPORT_SYMBOL(__atomic_add_unless);

Applied, thanks Josip.
--
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Development]     [DCCP]     [Linux ARM Development]     [Linux]     [Photo]     [Yosemite Help]     [Linux ARM Kernel]     [Linux SCSI]     [Linux x86_64]     [Linux Hams]

  Powered by Linux