From: Jeremy Fitzhardinge Date: Tue, 13 Jul 2010 21:07:45 +0000 (-0700) Subject: x86, ticketlock: Convert __ticket_spin_lock to use xadd() X-Git-Tag: v3.2-rc1~138^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2994488fe5bb721de1ded53af1a2fc41f47f6ddc;p=pandora-kernel.git x86, ticketlock: Convert __ticket_spin_lock to use xadd() Convert the two variants of __ticket_spin_lock() to use xadd(), which has the effect of making them identical, so remove the duplicate function. Signed-off-by: Jeremy Fitzhardinge Link: http://lkml.kernel.org/r/4E5BCC40.3030501@goop.org Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed