Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1164229pxj; Fri, 18 Jun 2021 00:37:23 -0700 (PDT) X-Google-Smtp-Source: ABdhPJybvvS19bKKk31upRvs4uVPhz5UL6BDK94cbISCpYpN09SsAxVQkh5Xe1UpKC4SWLh7J2CQ X-Received: by 2002:a05:6e02:ca5:: with SMTP id 5mr487541ilg.213.1624001843113; Fri, 18 Jun 2021 00:37:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624001843; cv=none; d=google.com; s=arc-20160816; b=z4lYI2Q2CZhbV5kOJcvDMtApWoOMrl3oe3+eJ3ppm+OiCDRjaJrWojURYV0TbSL01g HgDPywvJkgMxSkpduQIVy6yi0ZxDWCP2Ai4PqAz/WGLa4zihO3XWa9Szqof1uKcdxbW7 1MEj4idoNQesIipxmP0BFR6rQImCr2o5CK28kIIqrphvp0ySW/6OGHi/Z5q01zSVCt6U RuqSJchBJpeZNHmQAnOfSLY72Jmjbg9XqaGcEPX9ETaHEr8EqUjOP12geWBuH1n6e6dr te7Crn0mI+O6NOxYmST/XLWz5jth7JuIBiUyDsu6qzcJ+N8DQi9Fr75MisB8uqxVLwYf ymdA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=7JOtwEga9UXsQG4+7wKq/PrT0HF6naK08qRlKTqHOAA=; b=JUy9KwiRWvQMHdwYjqeJWR0Y6IXDpnyf+dZNlPJaeIRTpIK7ti1ouxsOdpgayQWExP dFk9q2CDj+lwydjiYwU5pH1vm3j+SmswgccCoJaAPVDJpOMQDM8YJhhdah8D3I4duQTW GA1FN+zRIrK1z9974mBs8UKQKLNtFWGG/pTcoLqsQVrsAsXxBowH2XbzC0/OR+8+FsP0 E1lsN/uL5rtDnMC+Ze9oVrbvhkoCFqWCGKowiU9q4/rsKxDSYY7T2TpD4t4CF8sS9j9V KumSUX4llM+OyOU8pNYQRzAwUvshfNx+soSxz5DRZOw7jmgrofxR1FEQTlzR/++Z48dr TUGA== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y28si7891963iox.1.2021.06.18.00.37.10; Fri, 18 Jun 2021 00:37:23 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231181AbhFREY4 (ORCPT + 99 others); Fri, 18 Jun 2021 00:24:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50590 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231137AbhFREYz (ORCPT ); Fri, 18 Jun 2021 00:24:55 -0400 Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D5B39C061574 for ; Thu, 17 Jun 2021 21:22:46 -0700 (PDT) Received: by ozlabs.org (Postfix, from userid 1034) id 4G5m4502l3z9sXN; Fri, 18 Jun 2021 14:22:44 +1000 (AEST) From: Michael Ellerman To: Paul Mackerras , Michael Ellerman , Benjamin Herrenschmidt , Christophe Leroy Cc: Sudeep Holla , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org In-Reply-To: <1fff2054e5dfc00329804dbd3f2a91667c9a8aff.1623438544.git.christophe.leroy@csgroup.eu> References: <1fff2054e5dfc00329804dbd3f2a91667c9a8aff.1623438544.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH 1/2] powerpc/64: drop redundant defination of spin_until_cond Message-Id: <162398829870.1363949.16738170586766727812.b4-ty@ellerman.id.au> Date: Fri, 18 Jun 2021 13:51:38 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 11 Jun 2021 19:10:57 +0000 (UTC), Christophe Leroy wrote: > linux/processor.h has exactly same defination for spin_until_cond. > Drop the redundant defination in asm/processor.h Applied to powerpc/next. [1/2] powerpc/64: drop redundant defination of spin_until_cond https://git.kernel.org/powerpc/c/db8f7066dc498acf9074ed3c11a7a24f318d8d4f [2/2] powerpc/watchdog: include linux/processor.h for spin_until_cond https://git.kernel.org/powerpc/c/2400c13c437debc99d3399a7100d4e8c3fe20a08 cheers