From patchwork Tue Jan 4 05:28:04 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arun Bharadwaj X-Patchwork-Id: 77388 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 15C82B7108 for ; Tue, 4 Jan 2011 16:59:13 +1100 (EST) Received: from localhost ([127.0.0.1]:42298 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZzvK-0006ko-Dq for incoming@patchwork.ozlabs.org; Tue, 04 Jan 2011 00:59:10 -0500 Received: from [140.186.70.92] (port=56315 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZzRM-0001Yd-Gh for qemu-devel@nongnu.org; Tue, 04 Jan 2011 00:28:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZzRL-0004kK-75 for qemu-devel@nongnu.org; Tue, 04 Jan 2011 00:28:12 -0500 Received: from e23smtp05.au.ibm.com ([202.81.31.147]:40825) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZzRK-0004da-Lk for qemu-devel@nongnu.org; Tue, 04 Jan 2011 00:28:11 -0500 Received: from d23relay03.au.ibm.com (d23relay03.au.ibm.com [202.81.31.245]) by e23smtp05.au.ibm.com (8.14.4/8.13.1) with ESMTP id p045Mtm5015205 for ; Tue, 4 Jan 2011 16:22:55 +1100 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay03.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p045S95B2457716 for ; Tue, 4 Jan 2011 16:28:09 +1100 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p045S8hR024342 for ; Tue, 4 Jan 2011 16:28:09 +1100 Received: from localhost6.localdomain6 (Crystal-Planet.in.ibm.com [9.124.35.19]) by d23av02.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p045S5Qw024297; Tue, 4 Jan 2011 16:28:06 +1100 To: qemu-devel@nongnu.org From: Arun R Bharadwaj Date: Tue, 04 Jan 2011 10:58:04 +0530 Message-ID: <20110104052804.15887.4899.stgit@localhost6.localdomain6> In-Reply-To: <20110104052627.15887.43436.stgit@localhost6.localdomain6> References: <20110104052627.15887.43436.stgit@localhost6.localdomain6> User-Agent: StGit/0.15 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Cc: aliguori@us.ibm.com, stefanha@linux.vnet.ibm.com, aneesh.kumar@linux.vnet.ibm.com Subject: [Qemu-devel] [PATCH 10/13] Remove all instances of CONFIG_THREAD X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Remove all instances of CONFIG_THREAD, which is not used anymore. Signed-off-by: Arun R Bharadwaj --- configure | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/configure b/configure index a079a49..addf733 100755 --- a/configure +++ b/configure @@ -2456,7 +2456,6 @@ if test "$vnc_png" != "no" ; then fi if test "$vnc_thread" != "no" ; then echo "CONFIG_VNC_THREAD=y" >> $config_host_mak - echo "CONFIG_THREAD=y" >> $config_host_mak fi if test "$fnmatch" = "yes" ; then echo "CONFIG_FNMATCH=y" >> $config_host_mak @@ -2534,7 +2533,6 @@ if test "$xen" = "yes" ; then fi if test "$io_thread" = "yes" ; then echo "CONFIG_IOTHREAD=y" >> $config_host_mak - echo "CONFIG_THREAD=y" >> $config_host_mak fi if test "$linux_aio" = "yes" ; then echo "CONFIG_LINUX_AIO=y" >> $config_host_mak