]> git.baikalelectronics.ru Git - kernel.git/commit
ia64: Convert remaining atomic operations
authorMatthew Wilcox <mawilcox@microsoft.com>
Mon, 19 Feb 2018 17:41:26 +0000 (09:41 -0800)
committerTony Luck <tony.luck@intel.com>
Mon, 5 Mar 2018 22:39:41 +0000 (14:39 -0800)
commitafdfb8889958b4095e4386e1b722e5bc8a7a0b67
tree2f47d49cc5ac7071e3c684ca7c99191f63b2a23f
parent8b11075fd1552a493783e7b3dfb106cf4cd77ae6
ia64: Convert remaining atomic operations

While we've only seen inlining problems with atomic_sub_return(),
the other atomic operations could have the same problem.  Convert all
remaining operations to use the same solution as atomic_sub_return().

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/include/asm/atomic.h