Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp751560imm; Fri, 1 Jun 2018 08:56:54 -0700 (PDT) X-Google-Smtp-Source: ADUXVKL3v0AzPFhyNFyr/iHTgdVzKNk2hjQPmFeIuiO0wCTGExDQ8PAgCFINJj3szDDjMzSg6PpR X-Received: by 2002:a65:4081:: with SMTP id t1-v6mr9592142pgp.32.1527868614568; Fri, 01 Jun 2018 08:56:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527868614; cv=none; d=google.com; s=arc-20160816; b=Z+UUGZOxcsY012Ls1G0BdUzTSocURseA7Hwfe7QbDf+4/A9zKuPADt4gRbHqbNaovZ jftjt2a2hd41vg9MMWPszLYnY9EPNbij2nYOqCtJROWFZ3JIQSx1/2ju4Xe8eEU/MNw4 +FgC6ZypFFuqdfNS6Djz5Ac1dOzin/LdHqd8tban0Nm8yk/rDYjbLn0TmJMoAqy3pG9e zHeq1E1IRL5l4nIp7XeXGpr9AIzCBZ8+aZLidpIvdtqLZwxUzlYxpHz0fueRUr4YCyji y1vrEX/tEX13/MZLgga0lxmJILMgPDBhjKM/IxNdqVgi4P3f72/eAr9MMQKMnfnBRHmp dZmw== 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:arc-authentication-results; bh=Lk4z/z2LhT9Dst8lzJ6DeRG44bgXJD6NsTC7zdrzAEY=; b=P/ZOl4kQqrRngcxRTyrLSNchCqGukgsIFy2f+Es7TioXRWkHefY9tBaazIdcmSz3dM 7cJGqaLJYEH6azSN/fVqxNmPLbgIxgCK1PSjxRE/urZaMHdVaRg2nfQ6Foke7jUHDwEj 0JWTrJThp99PVlxz+7/Q/AIR8Rr0cLxVTBdjMpoCh1F7qccM0yp+iGb+ReiSKi0tDTQq jLG6D7AFSNkDjpKpsyxRVESlLWTDPgFliAaFypKYlU0vuvtIO2/EOJf7+fGIaCRB+Vr6 1gD92HNKWWTqnDmR4ew98aa03uytLmEyWtXjjeUZ93SIZsVhSB6fym/yzjbbi2eJBKPA ahLA== 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 b1-v6si40838053pla.570.2018.06.01.08.56.40; Fri, 01 Jun 2018 08:56:54 -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 S1753005AbeFAPzA (ORCPT + 99 others); Fri, 1 Jun 2018 11:55:00 -0400 Received: from ozlabs.org ([203.11.71.1]:36863 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752669AbeFAPy5 (ORCPT ); Fri, 1 Jun 2018 11:54:57 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 40y86R6lD6z9s1w; Sat, 2 Jun 2018 01:54:55 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: ac9816dcbab53c57bcf1d7b15370b08f1e284318 In-Reply-To: <1526472134-23757-1-git-send-email-akshay.adiga@linux.vnet.ibm.com> To: Akshay Adiga , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: Akshay Adiga , npiggin@gmail.com, ego@linux.vnet.ibm.com Subject: Re: cpuidle/powernv : init all present cpus for deep states Message-Id: <40y86R6lD6z9s1w@ozlabs.org> Date: Sat, 2 Jun 2018 01:54:55 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2018-05-16 at 12:02:14 UTC, Akshay Adiga wrote: > Init all present cpus for deep states instead of "all possible" cpus. > Init fails if the possible cpu is gaurded. Resulting in making only > non-deep states available for cpuidle/hotplug. > > Signed-off-by: Akshay Adiga Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/ac9816dcbab53c57bcf1d7b15370b0 cheers