Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp838718pxj; Fri, 11 Jun 2021 12:56:55 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyes0We8cmMhFzSulMIcKPtkQfGPFYWtw1nZsrgcBOwQ8zCm5f5Lx4nrQDoBhLw9tAiBfO7 X-Received: by 2002:a17:906:9715:: with SMTP id k21mr5061522ejx.553.1623441415105; Fri, 11 Jun 2021 12:56:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623441415; cv=none; d=google.com; s=arc-20160816; b=w61rOH68rIRzgcQU6Wc97b2iq/Nw2Oznw1M3gbDtzmrJ8zVHsyjkCx9JgycAPhRdUP N16VCgpPaURFn9k4D3uIvAU8/8RU0QEJg+hu96x3NmKV61wBTXuclntfcXhhiJhbT+Dk YknHP4bTPRv4v5Wcanf/r84fV1XEq0ksqWDK2j+IZCk6v7m/1xY4gpENtjwkOlEPfl1S wbf1FDkTS0CE+OrAwict5jmQ1905ZrKMwpiHepkI40h4wiVSDhOz2HJBljQWlEjDA1qc rX3gEaQ6gJokaXTwWRiRcC+NmrOFG6z/MPcfxHgGheNQe/ElIoiH+DMhmQNtvVcQ2in5 6BaQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=wH8pRuxAzx6f0FjfVjjSrCsm4lCDG9nDjvarOuOaUHU=; b=S5JWcnxrcAXcvrZA8vmLV0uIXCTInmvOYHtgZFiLDyaTQpC9uImPb1MlCjBdrEOXS/ 5soyuhboJ2V6kjkmmjfUBlgt8CUkr1pDtLHnOlzV9gqIe8si+sJnsOe5BY/43cSrTq5z C/6se4W7CP64e+THKDR/90i+d8HYEM4WgCtQx5uQgOHUoDgP4/ly9aLCCbAUi6jgfK6t FUt2asv6juDJZLXJDUfBIra54ltVeGtA2bNgSd3h275g/zHcDKPsbNCdvECxbW7DYJy5 KfpA2HFXnmdVEqy/30VZ040n/Hq9e5rE4rNZHJh07zUlNoZmU9yeTeQiRhrq2Jb612OP HATA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id yh1si2428873ejb.508.2021.06.11.12.56.30; Fri, 11 Jun 2021 12:56:55 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230181AbhFKT4n (ORCPT + 99 others); Fri, 11 Jun 2021 15:56:43 -0400 Received: from foss.arm.com ([217.140.110.172]:39120 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229510AbhFKT4n (ORCPT ); Fri, 11 Jun 2021 15:56:43 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 6312D1FB; Fri, 11 Jun 2021 12:54:44 -0700 (PDT) Received: from bogus (unknown [10.57.73.170]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 576DC3F719; Fri, 11 Jun 2021 12:54:43 -0700 (PDT) Date: Fri, 11 Jun 2021 20:54:22 +0100 From: Sudeep Holla To: Christophe Leroy Cc: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH 1/2] powerpc/64: drop redundant defination of spin_until_cond Message-ID: <20210611195422.uwtm5px5lr5pkljb@bogus> References: <1fff2054e5dfc00329804dbd3f2a91667c9a8aff.1623438544.git.christophe.leroy@csgroup.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1fff2054e5dfc00329804dbd3f2a91667c9a8aff.1623438544.git.christophe.leroy@csgroup.eu> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 11, 2021 at 07:10:57PM +0000, Christophe Leroy wrote: > From: Sudeep Holla > > linux/processor.h has exactly same defination for spin_until_cond. > Drop the redundant defination in asm/processor.h > Wow you must be real good at ML archaeology, this must have been at-least 3+ years old. I found this when I wanted to you spin_until_cond. Thanks anyways for digging the original patch, nobody would have remembered even if you posted fresh ????. -- Regards, Sudeep