Re: [U-Boot] [PATCH v2 10/20] x86: Add atomic operations

2015-04-29 Thread Simon Glass
On 28 April 2015 at 20:25, Simon Glass wrote: > Add a subset of this header file from Linux 4.0 to support atomic operations > in U-Boot. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: None > > arch/x86/include/asm/atomic.h | 115 > +

[U-Boot] [PATCH v2 10/20] x86: Add atomic operations

2015-04-28 Thread Simon Glass
Add a subset of this header file from Linux 4.0 to support atomic operations in U-Boot. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: None arch/x86/include/asm/atomic.h | 115 ++ 1 file changed, 115 insertions(+) create mode 10064