Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp1895284pxv; Sat, 26 Jun 2021 03:40:20 -0700 (PDT) X-Google-Smtp-Source: ABdhPJynHiqKlDj1IkktiieCydJdQdIw5NA9bqX+wAJ2/aI20UFY6IuMaAosD2W4qbp+Bt1Vt03d X-Received: by 2002:aa7:c588:: with SMTP id g8mr21080305edq.207.1624704019709; Sat, 26 Jun 2021 03:40:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624704019; cv=none; d=google.com; s=arc-20160816; b=dF6TtHaD+Rt9H7hEW0jSedZSISfk+dGwpfO5yDHT8p9J7rnMEbP7r+jzNOBeZ7PCLH mosm0k5e/zVKlk+3MQFKrMGM+IleIYfbr5524srfvXUGui0WzTk9Y/Eg0X4JwcunTD4X lFjP9Oxzz7zC84H3VQhV1tyVP7Sg4EPuNrXcRJZpocAO2MmYYkwIGFAC0KFk3IJlhL5A nXsEyTpGvEyzcEIgEeeSkNqBYv6wY0J0ZuczmS7za5vElZ2MsA4ZG+nuTryVBlH7b1oP UgxL64d8BDowXQxY03vvBrrfbsO09vebLIxbRMxehWXgcnVyBoigkage5XGJ5BDY5/ev EvgQ== 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=dbXAcTL3faBe8YDtIdlJsraVdhPGz9Tjiq1YCSwlSBs=; b=zPrRWJ9sGYHf5qiVvenvd3aVinseIAI5FrJnGKtzGYcjirWYCxWff3kCrYn0uNeEh+ Xfs/c+NuJ5GwlW8/DHN9DaZX0fp+dQm1lLiZ8yKYgIB/j1pYZyMD/o7NnsX+ik13/i7g /rUpyBIl3OuJNzYSLsgL/MvzgrGrsfHq56/pyF7g1U1nMtIeyWM8/vwuwl6MxDLpbbFD skq6rxsXfhlmHAR/pGIUtEa8C/dI8TeFiwSOQAkAaS/iKqssgHeGDof/4yckajiUpzxT ggNDUOGwzVBWoRqEjrtcx+mxrPtcNGmNUUOIhkHQApK0bO+eGXetgq0lX0dYfNn5bZgg rO0g== 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 ca15si8591897edb.416.2021.06.26.03.39.55; Sat, 26 Jun 2021 03:40:19 -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 S229954AbhFZKlQ (ORCPT + 99 others); Sat, 26 Jun 2021 06:41:16 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:44925 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229929AbhFZKlO (ORCPT ); Sat, 26 Jun 2021 06:41:14 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 4GBr2M1QRgz9ssD; Sat, 26 Jun 2021 20:38:51 +1000 (AEST) From: Michael Ellerman To: Paul Mackerras , Michael Ellerman , npiggin@gmail.com, Benjamin Herrenschmidt , Christophe Leroy Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org In-Reply-To: <52531029563c1fc823b790058e799d0ca71b028c.1624631463.git.christophe.leroy@csgroup.eu> References: <52531029563c1fc823b790058e799d0ca71b028c.1624631463.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH] powerpc/interrupt: Also use exit_must_hard_disable() on PPC32 Message-Id: <162470384844.3589875.8852110377002600805.b4-ty@ellerman.id.au> Date: Sat, 26 Jun 2021 20:37:28 +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, 25 Jun 2021 14:31:46 +0000 (UTC), Christophe Leroy wrote: > Reduce #ifdefs a bit by making exit_must_hard_disable() return > true on PPC32. Applied to powerpc/next. [1/1] powerpc/interrupt: Also use exit_must_hard_disable() on PPC32 https://git.kernel.org/powerpc/c/767e6e7130b288d856e4f2be365554dc6147a80a cheers