[U-Boot] [PATCH 0/4] Rationalise atomic.h implementations

Stefan sr at denx.de
Mon Sep 10 04:51:12 UTC 2018


On 08.09.2018 11:39, Chris Packham wrote:
> This series applies on top of https://patchwork.ozlabs.org/patch/958286/
> 
> The intention is to rationalise most of the current implementations of
> atomic.h. x86 remains as having an arch specific implementation which I
> don't intend to touch.
> 
> Chris Packham (4):
>    Add include/asm-generic/atomic.h
>    ARM: use asm-generic/atomic.h
>    mips: use asm-generic/atomic.h
>    xtensa: use asm-generic/atomic.h
> 
>   arch/arm/include/asm/atomic.h    | 147 +-----------------------------
>   arch/mips/include/asm/atomic.h   |  44 +--------
>   arch/xtensa/include/asm/atomic.h |  44 +--------
>   include/asm-generic/atomic.h     | 150 +++++++++++++++++++++++++++++++
>   4 files changed, 153 insertions(+), 232 deletions(-)
>   create mode 100644 include/asm-generic/atomic.h
> 

Thanks Chris for taking care of this. For the whole series:

Reviewed-by: Stefan Roese <sr at denx.de>

Thanks,
Stefan


More information about the U-Boot mailing list