Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp329587ybl; Tue, 27 Aug 2019 21:26:11 -0700 (PDT) X-Google-Smtp-Source: APXvYqzYwDOKxarb8mLS1D7+EQFiv2903wX/ttkO9FQfOs6wt6LNzKd8dsrBBq3Y6zaOfYCRC7Sw X-Received: by 2002:a63:1455:: with SMTP id 21mr1739048pgu.116.1566966371629; Tue, 27 Aug 2019 21:26:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566966371; cv=none; d=google.com; s=arc-20160816; b=AaBS8nzD4gikGGXkYc1m5S1/OFiEFhC8u7+jiB1+lBDmvbaf+Xz68QEaPWbm/w/5iI C/Ry+36hhy4THj+/3wEEV5KfgSxC7YVBp643p3b5J17+dLayIRTnv9V7CD7NyRVeN+qW ueoMKGRbO6Qg4xR/7pyU6vCiOCj/H0WMxcVGluMcdlkdAeyumobnkOz2bhZ666UsXTPC vn78k3/lqfu/zLkPGtMKxrDUBK6Mvw3IAyGvC9J2HHgzxAf5Nq3EnYvYtTcoz4Ap26yJ OlNtRTb5T2Fi329JtLgigRU3X7aOC8cI2ASS03/CwsMI2vIgIqlah5MvuMpQY6D9m+Av OsZQ== 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=QBFItGgThcPQNXpgq1LSWSRil4ISknseUY4qvQ0bBt0=; b=tXsoMwBXdllhsNtXYkN/pDABnZYj/QYUnNR06G5jsWKp5XSr/kC09kJOzNxZIUHQN4 Lsb31wyb7ThzNPx3c3oI1wi11Y60LWFffFrPcrxi9VzHoChw5frfRTTil0qtrUkvIE/h lneTXN+KAyA9M3jns8Mm6RqCDRxkAceW8B1lTkLKdC2mtWzqu8WJl3VBe4GmVHPpit+g baec178b2FtbQ+yf13CoSDQTpMIW//Cx9uFE5D75q5VDwL5kw9XH2l2katwVxpY2wYMb mbHPbsE/q9CCG/XiSpi/Nog+iItmNOc7hfpB57w9vN08mGaQS0K2G3MV2wgcETLGKXbF +Blw== 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 go1si923861plb.63.2019.08.27.21.25.53; Tue, 27 Aug 2019 21:26:11 -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 S1726254AbfH1EY5 (ORCPT + 99 others); Wed, 28 Aug 2019 00:24:57 -0400 Received: from ozlabs.org ([203.11.71.1]:52953 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726204AbfH1EYw (ORCPT ); Wed, 28 Aug 2019 00:24:52 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 46JCM65tstz9sP9; Wed, 28 Aug 2019 14:24:50 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: b4645ffc49cfe34f67feda20c34bd7a859c78312 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/64: don't select ARCH_HAS_SCALED_CPUTIME on book3E Message-Id: <46JCM65tstz9sP9@ozlabs.org> Date: Wed, 28 Aug 2019 14:24:50 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2019-08-22 at 16:44:05 UTC, Christophe Leroy wrote: > Book3E doesn't have SPRN_SPURR/SPRN_PURR. > > Activating ARCH_HAS_SCALED_CPUTIME is just wasting CPU time. > > Signed-off-by: Christophe Leroy > Link: https://github.com/linuxppc/issues/issues/171 Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/b4645ffc49cfe34f67feda20c34bd7a859c78312 cheers