Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp2707444ybc; Mon, 25 Nov 2019 02:51:53 -0800 (PST) X-Google-Smtp-Source: APXvYqyuT/rTzOpI4N35MiyZ26UeYu9tW39HbZL0e7DacNZg9pthSffCPXoueDJp6zxc+MnBUPT3 X-Received: by 2002:aa7:d1c9:: with SMTP id g9mr17276633edp.162.1574679113548; Mon, 25 Nov 2019 02:51:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574679113; cv=none; d=google.com; s=arc-20160816; b=iHyQ/QSEerrTMoOSiuCWgGo5nxvHV+Tc+tXQDe6X6iw5LUK64f6rGp2luXYoBLOdxX ZF0bEA7VKvU71xsMqpqTA3Sn00k/xdbW4TeDNzWkmITXvgzcn3cjGCjiyvtNSt4sUAb6 ajP1Al53WyLlVB6IE18e0Qxk7blpebFTwu8UOlhS+ezai3gadU6liBrvzKd6nDT6+V42 /+ojHIerwaRliAuaKibPSQi9xzRupTNQdx6qB/ItUPNeod6LMK7D0r3s20nRxEScY39I SYlW/a/uSiPto3npJtaqkGVIhMYJ5+Y5Y0mNXbRn5VWIwkvzZOLPsma1dtfktgsYUGJB meSA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to; bh=zUgjEqNqoWCV1+A9Sci5uWWjlYcQXtWUDcB3Ai2UtKg=; b=EPv5fmkkddDuEVeydXca0uoKTcMQ3Ec1PnS1Ps6RIes2c8IMwhdlWa7qIpTUQzT5u6 mpDkM7ZLDaN/MayGQlhVgnnq8xrrpWi03BJ6NtIK4CpYmrT7BOopp2C6hCXiNqf0XY8e f/3JkVESR612yy9urMB8veSe+RaRiiK6/NuCTz271XJ4IhIuO1hHIfcC+xU+MbiOJ3aR mo5fhtL7NUmIMITroA26Nw62J+lNsfr/iImE8ipyomIDB45p5r2ux7igIRS8kS4esuyR LI0lpy8EzWI/DidtMbkavks0zfyEt1hGIuIxJS99doH0opwlOdhzrojOKt19QH3CYDM/ SiyA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i13si4476609ejj.367.2019.11.25.02.51.29; Mon, 25 Nov 2019 02:51:53 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727817AbfKYKrC (ORCPT + 99 others); Mon, 25 Nov 2019 05:47:02 -0500 Received: from bilbo.ozlabs.org ([203.11.71.1]:37949 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727800AbfKYKrA (ORCPT ); Mon, 25 Nov 2019 05:47:00 -0500 Received: by ozlabs.org (Postfix, from userid 1034) id 47M3cz3vTsz9sR5; Mon, 25 Nov 2019 21:46:59 +1100 (AEDT) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: b06174345f6e70200916136695514e0b6b95ac17 In-Reply-To: To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] powerpc/reg: use ASM_FTR_IFSET() instead of opencoding fixup. Message-Id: <47M3cz3vTsz9sR5@ozlabs.org> Date: Mon, 25 Nov 2019 21:46:59 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2019-08-28 at 13:42:01 UTC, Christophe Leroy wrote: > mftb() includes a feature fixup for CELL ppc. > > Use ASM_FTR_IFSET() macro instead of opencoding the setup > of the fixup sections. > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/b06174345f6e70200916136695514e0b6b95ac17 cheers