Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp581893imm; Wed, 3 Oct 2018 23:15:51 -0700 (PDT) X-Google-Smtp-Source: ACcGV618n8E9BGZkAUBr/dY6kSsplRSIiNo76XkSpwfO/xH700l2JPXTgbpWimgoW/DNhjEP0Q/h X-Received: by 2002:a63:3642:: with SMTP id d63-v6mr4306702pga.404.1538633751018; Wed, 03 Oct 2018 23:15:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538633750; cv=none; d=google.com; s=arc-20160816; b=T5EcMotQ58mT3uQUw63jkPe5Xl88nyFHR7cMlg3ZWc35/wdEMZhlr3txaR8FZXEQXO X3lwBjMVGcfMQbdhTbHADHf4T8x7c3tAfiSE8YIr7yajvNa8meu0Lwu++bb2uSnqxlcc nvlNLBfBCRPSzTTavfDzNDBxI04wbcclRLJ/qUtJpxnNtvloaOwBiM/cAwrdP9TzdO+5 8naXlsnYPXruLvOUmdfVXMUAliPL9WsPju0OhxAS9MMSdnkpSKwZxbE1Jznk8SImV3ne +CJo9FOw8AkKnC1i4MKP68Uu5hfgY5bjAILjOsmAfqeMHJVt614K46KGTP8UuWOnIfCi MKBg== 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=kz+k6EMRQFsDCCtgU+qvZ8p7/uvD2wHlWWUdL+WDkaQ=; b=bRH2dKLttmWhnZzBBGNNeQhlYSM4f3EGla0u1CI4FZEHS2vNUb8vDuidS8RQqCvT3v 71fMirjTRYBi2WMXFYQW/6fABzw2LG/NAdAqtrlisjAW9JYTU7Oh6uqaETlyO/Wy3AFT dasZqP5Z0K5EIN6R/X4G5EJOnMrMgFX5OfLUI/HpEvJHUc4ZJF+KSXatLT92cp7NEt+z cVIHu1283bnV6WQmhvUw2aTjpwGwjs+L2JcdHkKO3qLsbNyrCyC9Yv9trrcIno1X40bC +Q+FfctgCRzstYFazoIdsUdFlX/FdrsKYQVzDJ9TrHt6IrNUMIPxl2skGdUkhX9IIhVR kklA== 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 a3-v6si4009064plp.199.2018.10.03.23.15.35; Wed, 03 Oct 2018 23:15:50 -0700 (PDT) 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 S1727451AbeJDNGU (ORCPT + 99 others); Thu, 4 Oct 2018 09:06:20 -0400 Received: from ozlabs.org ([203.11.71.1]:47965 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726858AbeJDNGU (ORCPT ); Thu, 4 Oct 2018 09:06:20 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 42QjKC65JCz9sBj; Thu, 4 Oct 2018 16:14:39 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 51423a9c9b09352bea1c53b8324db78bf3b170d1 In-Reply-To: <86e85efc4b5a90523de6e964c5cef8858eb1177d.1537884465.git.christophe.leroy@c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [v2] powerpc/traps: merge unrecoverable_exception() and nonrecoverable_exception() Message-Id: <42QjKC65JCz9sBj@ozlabs.org> Date: Thu, 4 Oct 2018 16:14:39 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2018-09-25 at 14:10:04 UTC, Christophe Leroy wrote: > PPC32 uses nonrecoverable_exception() while PPC64 uses > unrecoverable_exception(). > > Both functions are doing almost the same thing. > > This patch removes nonrecoverable_exception() > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/51423a9c9b09352bea1c53b8324db7 cheers