From: Jeremy Fitzhardinge Date: Fri, 30 Sep 2011 19:14:10 +0000 (-0700) Subject: x86: consolidate xchg and xadd macros X-Git-Tag: v3.3-rc1~188^2~20^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31a8394e069e47dc47f4c29e4213aa943342f19f;p=pandora-kernel.git x86: consolidate xchg and xadd macros They both have a basic "put new value in location, return old value" pattern, so they can use the same macro easily. Signed-off-by: Jeremy Fitzhardinge --- Reading git-diff-tree failed