From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=37266 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PftiP-0001ab-9l for qemu-devel@nongnu.org; Thu, 20 Jan 2011 07:34:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PftiO-0002jF-85 for qemu-devel@nongnu.org; Thu, 20 Jan 2011 07:34:13 -0500 Received: from e28smtp08.in.ibm.com ([122.248.162.8]:41105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PftiN-0002iw-IH for qemu-devel@nongnu.org; Thu, 20 Jan 2011 07:34:12 -0500 Received: from d28relay05.in.ibm.com (d28relay05.in.ibm.com [9.184.220.62]) by e28smtp08.in.ibm.com (8.14.4/8.13.1) with ESMTP id p0KBjQgB003664 for ; Thu, 20 Jan 2011 17:15:26 +0530 Received: from d28av03.in.ibm.com (d28av03.in.ibm.com [9.184.220.65]) by d28relay05.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p0KCY7tK2007058 for ; Thu, 20 Jan 2011 18:04:07 +0530 Received: from d28av03.in.ibm.com (loopback [127.0.0.1]) by d28av03.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p0KCY6Yf006763 for ; Thu, 20 Jan 2011 23:34:07 +1100 From: Arun R Bharadwaj Date: Thu, 20 Jan 2011 18:04:06 +0530 Message-ID: <20110120123406.17667.25458.stgit@localhost6.localdomain6> In-Reply-To: <20110120123236.17667.66688.stgit@localhost6.localdomain6> References: <20110120123236.17667.66688.stgit@localhost6.localdomain6> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 09/12] Remove all instances of CONFIG_THREAD List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, aliguori@linux.vnet.ibm.com, jvrao@linux.vnet.ibm.com, aneesh.kumar@linux.vnet.ibm.com, stefanha@linux.vnet.ibm.com Remove all instances of CONFIG_THREAD, which is not used anymore. Signed-off-by: Arun R Bharadwaj Reviewed-by: Stefan Hajnoczi --- 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