Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp2933384ybc; Thu, 14 Nov 2019 01:11:15 -0800 (PST) X-Google-Smtp-Source: APXvYqwK3+l3fIPkMLALtqaUM3UKPw8sblUUq9ueY5QhLq/plP+h4zOY2BVdN9JaRyeqitnThtSE X-Received: by 2002:a17:906:2786:: with SMTP id j6mr7319002ejc.206.1573722675700; Thu, 14 Nov 2019 01:11:15 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573722675; cv=none; d=google.com; s=arc-20160816; b=bucJPf+V1P1dN6WubWX5sBb+oCx5TdweA4HfFYcixiuoKFO9TM85ncgWmZSKBYtpBj zeWGh9J5ZJUQowk2/3VnYRPGp7IE3/YbbeWKHd4VYFUhpQIST+D2Mx3GWKPxvplSh20U cSSx+wyiGrZGgS7ktj9r63bDkCHDscNTvM6UvXtZy/nq8bg14ww1j5Baw0Yo/mS7ExTp hJqnXWJ4sfHGuYdsAbbEbAbpHP5DWxjpLPbaLoyak2KmYljfaJJiJ7L/za5RbMnWa18S s2SfEbFKyBqIdZCwIXw9QiCuD7OoFYcazkDG+QJTbEIacFE6EZBB6gvZbT+0nmdTVnu/ 2z1Q== 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:from:to :in-reply-to; bh=coB4FE7b2pkUQTKU2NSQ2d9Uo1KqeyIUs48j5s9ka3U=; b=t2rmPDR+FGk0mqbK7clW8zIpobqEYeJZeyfJChIpgqGyD5KeIVlY3U2aDUnDXigX9m RdxKtdg2CzVSzgc1BdfytJtq4mxFtpXKmnzA5/JZg99zeWBuDMlQQVSVRsvxmFVjnPn8 iubvi+ZJHUdzxB6gCTh1JP1lbAGG8GXDq2pHRKhelIiW0qQP6sUedyshFeczdznnQS0g nPqSkVriOGkqTo+pidOsF7J+KsnPn539KsYSuLS/LvuQ6cwl2anusJF/9RzEC2ZgO+8R cH/iQt+y+Qh6yxHKhbQgVC4slXnz+txVcvQQYyeTPaDXHqLR4asWAuG2qQsS0KlXQY4P 6Kig== 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 14si3385855edz.130.2019.11.14.01.10.51; Thu, 14 Nov 2019 01:11:15 -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 S1726973AbfKNJHw (ORCPT + 99 others); Thu, 14 Nov 2019 04:07:52 -0500 Received: from bilbo.ozlabs.org ([203.11.71.1]:54943 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726894AbfKNJHt (ORCPT ); Thu, 14 Nov 2019 04:07:49 -0500 Received: by ozlabs.org (Postfix, from userid 1034) id 47DFxb485gz9sR5; Thu, 14 Nov 2019 20:07:47 +1100 (AEDT) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 42484d2c0f82b666292faf6668c77b49a3a04bc0 In-Reply-To: <20190912194633.12045-1-msuchanek@suse.de> To: Michal Suchanek , Benjamin Herrenschmidt , Paul Mackerras , Michal Suchanek , Allison Randal , Christophe Leroy , Greg Kroah-Hartman , Thomas Gleixner , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org From: Michael Ellerman Subject: Re: [PATCH] powerpc/perf: remove current_is_64bit() Message-Id: <47DFxb485gz9sR5@ozlabs.org> Date: Thu, 14 Nov 2019 20:07:47 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2019-09-12 at 19:46:33 UTC, Michal Suchanek wrote: > Since commit ed1cd6deb013 ("powerpc: Activate CONFIG_THREAD_INFO_IN_TASK") > current_is_64bit() is quivalent to !is_32bit_task(). > Remove the redundant function. > > Link: https://github.com/linuxppc/issues/issues/275 > Link: https://lkml.org/lkml/2019/9/12/540 > > Fixes: linuxppc#275 > Suggested-by: Christophe Leroy > Signed-off-by: Michal Suchanek Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/42484d2c0f82b666292faf6668c77b49a3a04bc0 cheers