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)
commit2879b65f9de8b0f159b87ab57fea03096902ce41
tree2f47d49cc5ac7071e3c684ca7c99191f63b2a23f
parentbd5edbe677948d0883f59d9625c444818d5284b1
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