From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Subject: Re: [PATCH v4 3/3] Revert "arm64: hibernate: Refuse to hibernate if the boot cpu is offline" Date: Tue, 5 Jul 2016 18:49:21 +0100 Message-ID: <20160705174921.GL3565@e104818-lin.cambridge.arm.com> References: <1467643950-11034-1-git-send-email-james.morse@arm.com> <1467643950-11034-4-git-send-email-james.morse@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from foss.arm.com ([217.140.101.70]:54368 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752862AbcGERt0 (ORCPT ); Tue, 5 Jul 2016 13:49:26 -0400 Content-Disposition: inline In-Reply-To: <1467643950-11034-4-git-send-email-james.morse@arm.com> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: James Morse Cc: linux-pm@vger.kernel.org, Mark Rutland , "Rafael J . Wysocki" , Lorenzo Pieralisi , Chen Yu C , Will Deacon , Pavel Machek , linux-arm-kernel@lists.infradead.org On Mon, Jul 04, 2016 at 03:52:30PM +0100, James Morse wrote: > Now that we use the MPIDR to resume on the same CPU that we hibernated on, > we no longer need to refuse to hibernate if the boot cpu is offline. (Which > we can't possibly know if kexec causes logical CPUs to be renumbered). > > This reverts commit 1fe492ce6482b77807b25d29690a48c46456beee. > > Signed-off-by: James Morse Acked-by: Catalin Marinas From mboxrd@z Thu Jan 1 00:00:00 1970 From: catalin.marinas@arm.com (Catalin Marinas) Date: Tue, 5 Jul 2016 18:49:21 +0100 Subject: [PATCH v4 3/3] Revert "arm64: hibernate: Refuse to hibernate if the boot cpu is offline" In-Reply-To: <1467643950-11034-4-git-send-email-james.morse@arm.com> References: <1467643950-11034-1-git-send-email-james.morse@arm.com> <1467643950-11034-4-git-send-email-james.morse@arm.com> Message-ID: <20160705174921.GL3565@e104818-lin.cambridge.arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Jul 04, 2016 at 03:52:30PM +0100, James Morse wrote: > Now that we use the MPIDR to resume on the same CPU that we hibernated on, > we no longer need to refuse to hibernate if the boot cpu is offline. (Which > we can't possibly know if kexec causes logical CPUs to be renumbered). > > This reverts commit 1fe492ce6482b77807b25d29690a48c46456beee. > > Signed-off-by: James Morse Acked-by: Catalin Marinas