From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753309AbcGGQFt (ORCPT ); Thu, 7 Jul 2016 12:05:49 -0400 Received: from foss.arm.com ([217.140.101.70]:37382 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752178AbcGGQFi (ORCPT ); Thu, 7 Jul 2016 12:05:38 -0400 Message-ID: <577E7D47.7000904@arm.com> Date: Thu, 07 Jul 2016 17:03:19 +0100 From: James Morse User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.6.0 MIME-Version: 1.0 To: "Chen, Yu C" , "Rafael J. Wysocki" CC: "linux-pm@vger.kernel.org" , Thomas Gleixner , "H. Peter Anvin" , Pavel Machek , Borislav Petkov , Peter Zijlstra , Ingo Molnar , Len Brown , "x86@kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH][RFC v3] x86, hotplug: Use hlt instead of mwait if invoked from disable_nonboot_cpus References: <1467105403-5085-1-git-send-email-yu.c.chen@intel.com> <209704957.TWElLMTLfP@vostro.rjw.lan> <36DF59CE26D8EE47B0655C516E9CE6402877EBB4@shsmsx102.ccr.corp.intel.com> In-Reply-To: <36DF59CE26D8EE47B0655C516E9CE6402877EBB4@shsmsx102.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 07/07/16 03:50, Chen, Yu C wrote: >> From: Rafael J. Wysocki [mailto:rjw@rjwysocki.net] >> Below is my sort of version of this (untested) and I did it this way, because the >> issue is specific to resume from hibernation (the workaround need not be >> applied anywhere else) and the hibernate_resume_nonboot_cpu_disable() >> thing may be useful to arm64 too if I'm not mistaken (James?). > > James might want a flag to distinguish whether it is from suspend or resume, > in his arch-specific disabled_nonboot_cpus? That isn't serious, we can work out whether it is hibernate/resume based on whether we've read data out of the the arch header. I added it in the other series as it looked cleaner to pass the value in instead of inferring it. Thanks, James