commit | 2879b65f9de8b0f159b87ab57fea03096902ce41 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <mawilcox@microsoft.com> | Mon Feb 19 09:41:26 2018 -0800 |
committer | Tony Luck <tony.luck@intel.com> | Mon Mar 05 14:39:41 2018 -0800 |
tree | 2f47d49cc5ac7071e3c684ca7c99191f63b2a23f | |
parent | bd5edbe677948d0883f59d9625c444818d5284b1 [diff] |
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>