[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20070504171007.GA7630@c2.user-mode-linux.org>
Date: Fri, 4 May 2007 13:10:07 -0400
From: Jeff Dike <jdike@...toit.com>
To: Andi Kleen <ak@...ell.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
uml-devel <user-mode-linux-devel@...ts.sourceforge.net>
Subject: [PATCH] Remove tas and split out cmpxchg
These are regenerated against your ff tree so as to not lose the
cmpxchg changes that you're carrying.
The first one removes tas() from all of the architectures - this comes
from the cmpxchg material, so it needs to come first.
The next two split out cmpxchg for i386 and x86_64. The i386 change
fixes a missing include in atomic.h and the consequent UML build
warnings. The x86_64 is done as tidying in the event that you think
it deserves to be split out.
Jeff
--
Work email - jdike at linux dot intel dot com
View attachment "no-tas" of type "text/plain" (10904 bytes)
View attachment "cmpxchg-i386" of type "text/plain" (15113 bytes)
View attachment "cmpxchg" of type "text/plain" (6583 bytes)
Powered by blists - more mailing lists