From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2030EC433F5 for ; Mon, 25 Oct 2021 15:09:34 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BDB1560524 for ; Mon, 25 Oct 2021 15:09:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org BDB1560524 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=nongnu.org Received: from localhost ([::1]:49246 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mf1bQ-0003wR-Lk for qemu-devel@archiver.kernel.org; Mon, 25 Oct 2021 11:09:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41562) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mf1ai-00032v-H0 for qemu-devel@nongnu.org; Mon, 25 Oct 2021 11:08:48 -0400 Received: from mail-pg1-x52b.google.com ([2607:f8b0:4864:20::52b]:39706) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mf1ag-0002Gv-CO for qemu-devel@nongnu.org; Mon, 25 Oct 2021 11:08:47 -0400 Received: by mail-pg1-x52b.google.com with SMTP id g184so11222459pgc.6 for ; Mon, 25 Oct 2021 08:08:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=J8EmXkuJx/pijEfZFoBiwPfficqd9+TWtp87Zllha9Q=; b=B4s8vU+uqeHYl5uXWNqC1SndPIuV9EebSMOo81v4wz2xoSdlQPr3jMUwkm9m7Ruyvl 1KN4G2PXnbwzQzLO6nDERgfWNN4nz7UVcqNWh1KYIlNG1OWEW5LBut+XWPcaK7uaf4d5 DmG4AZ8VOZUajX6guYSVjUlGG3bYnXxZ6ecsm6tA13b/ilG/dyAjrkccm3IqX626Ykey fw5/6rw1ObIl30Hid1spUdXRP5eT1zuxXp9BaZC3GW/bJe1d2RRqMfSYB9hc47/3Nzg0 iVeT5/e2yQbOFLFBOa5ZAbvnTBJrZo+YSz7dL0J+uY50wVQtZWJDeyONYaZa8XZMLm8G +7lQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=J8EmXkuJx/pijEfZFoBiwPfficqd9+TWtp87Zllha9Q=; b=Cp628IIY9z8NYR1nq7ol03boLXsdF4Tpsv3uugSTJk7BrvXoAvslGw1urqQx/uMia/ 0nWPPERXNUSZqP0KTmULn8x3Ywb86sgf3Qb/FrZ65DKyro+YKFXlgusWEY89E7hfyg4l KYj7DPUXGsveP9JUmBTckbf0R/Qra6Fz+h4mv4w8+sPyqdHg++dKaFC/bCqPpPC4ZZJt alwy1if+8TWsDS7rHckJ7pBRX3hIUr4FmZLs92Qp1tqCya4zPEF25+sVxgGVkTa4mgj/ SYojiiJmTJHJWYCoNzD7be4iGBI0GY6zhW6YGe3dh0g6r4Woj2TSQE2JArrJsnrf4Lfl Gr5g== X-Gm-Message-State: AOAM533n1QfYaIuLUpAY+RFZQx/K27ognFBDPx93RwpJKl7JSSuEMKjV BSRKJxZWoz186837nRCkPQY74BRH0PwT9A== X-Google-Smtp-Source: ABdhPJwwRzf03OPUrJyiwq5C1vBKUV7wkSOFP1QPRQOClLuqwJ+VDU9SZKsXrymTJ+9AnOsWAVw4Kg== X-Received: by 2002:a63:e516:: with SMTP id r22mr14405471pgh.197.1635174524739; Mon, 25 Oct 2021 08:08:44 -0700 (PDT) Received: from [192.168.1.11] ([71.212.134.125]) by smtp.gmail.com with ESMTPSA id rm6sm19085392pjb.18.2021.10.25.08.08.44 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 25 Oct 2021 08:08:44 -0700 (PDT) Subject: Re: [PATCH] configure: remove useless NPTL probe To: Paolo Bonzini , qemu-devel@nongnu.org References: <20211025081911.628955-1-pbonzini@redhat.com> From: Richard Henderson Message-ID: Date: Mon, 25 Oct 2021 08:08:42 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20211025081911.628955-1-pbonzini@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=2607:f8b0:4864:20::52b; envelope-from=richard.henderson@linaro.org; helo=mail-pg1-x52b.google.com X-Spam_score_int: -48 X-Spam_score: -4.9 X-Spam_bar: ---- X-Spam_report: (-4.9 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-2.846, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On 10/25/21 1:19 AM, Paolo Bonzini wrote: > Using a linuxthreads system with a recent QEMU will have bigger problems > than just not having NPTL. Remove the unnecessary check. > > Signed-off-by: Paolo Bonzini > --- > configure | 19 ------------------- > 1 file changed, 19 deletions(-) Reviewed-by: Richard Henderson r~