]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Add atomic operations
authorSimon Glass <sjg@chromium.org>
Wed, 29 Apr 2015 02:25:12 +0000 (20:25 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:17 +0000 (22:35 +0200)
commit879794360a18b2cfca8959144b601ef176627f43
tree589040e6b6e5ce64c40d0492c7601e937b2c398f
parentb430008e1980173decfc4e28b2adc7c13d47a5a7
x86: Add atomic operations

Add a subset of this header file from Linux 4.0 to support atomic operations
in U-Boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/atomic.h [new file with mode: 0644]