From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NlWzL-0000WM-Qg for qemu-devel@nongnu.org; Sat, 27 Feb 2010 19:26:27 -0500 Received: from [199.232.76.173] (port=52344 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NlWzL-0000W1-AE for qemu-devel@nongnu.org; Sat, 27 Feb 2010 19:26:27 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NlWzK-000238-OY for qemu-devel@nongnu.org; Sat, 27 Feb 2010 19:26:27 -0500 Received: from mx20.gnu.org ([199.232.41.8]:56127) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NlWzK-000230-Gm for qemu-devel@nongnu.org; Sat, 27 Feb 2010 19:26:26 -0500 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NlWzJ-0003Mo-3l for qemu-devel@nongnu.org; Sat, 27 Feb 2010 19:26:25 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 1/2] Detect and use GCC atomic builtins for locking Date: Sun, 28 Feb 2010 00:26:19 +0000 References: <1266613360-23069-1-git-send-email-lool@dooz.org> In-Reply-To: <1266613360-23069-1-git-send-email-lool@dooz.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201002280026.19368.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?iso-8859-15?q?Lo=EFc_Minier?= >diff --git a/qemu-lock.h b/qemu-lock.h This code isn't used in any interesting ways, it should be removed.. Paul