From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6F651C2BB1D for ; Tue, 17 Mar 2020 11:21:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 422CF2051A for ; Tue, 17 Mar 2020 11:21:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727319AbgCQLVs (ORCPT ); Tue, 17 Mar 2020 07:21:48 -0400 Received: from foss.arm.com ([217.140.110.172]:35960 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726691AbgCQLVq (ORCPT ); Tue, 17 Mar 2020 07:21:46 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id EE7D71FB; Tue, 17 Mar 2020 04:21:45 -0700 (PDT) Received: from arrakis.emea.arm.com (arrakis.cambridge.arm.com [10.1.196.71]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id BF9CC3F534; Tue, 17 Mar 2020 04:21:43 -0700 (PDT) Date: Tue, 17 Mar 2020 11:21:41 +0000 From: Catalin Marinas To: Qais Yousef Cc: Thomas Gleixner , "Paul E . McKenney" , Will Deacon , Steve Capper , Richard Fontana , James Morse , Mark Rutland , Josh Poimboeuf , Ingo Molnar , "Peter Zijlstra (Intel)" , Nicholas Piggin , Daniel Lezcano , Jiri Kosina , Pavankumar Kondeti , Zhenzhong Duan , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 06/15] arm64: hibernate.c: Create a new function to handle cpu_up(sleep_cpu) Message-ID: <20200317112141.GB632169@arrakis.emea.arm.com> References: <20200223192942.18420-1-qais.yousef@arm.com> <20200223192942.18420-7-qais.yousef@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200223192942.18420-7-qais.yousef@arm.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 23, 2020 at 07:29:33PM +0000, Qais Yousef wrote: > In preparation to make cpu_up/down private - move the user in arm64 > hibernate.c to use a new generic function that provides what arm64 > needs. > > Signed-off-by: Qais Yousef > CC: Catalin Marinas > CC: Will Deacon > CC: Steve Capper > CC: Richard Fontana > CC: James Morse > CC: Mark Rutland > CC: Thomas Gleixner > CC: Josh Poimboeuf > CC: Ingo Molnar > CC: "Peter Zijlstra (Intel)" > CC: Nicholas Piggin > CC: Daniel Lezcano > CC: Jiri Kosina > CC: Pavankumar Kondeti > CC: Zhenzhong Duan > CC: linux-arm-kernel@lists.infradead.org > CC: linux-kernel@vger.kernel.org Acked-by: Catalin Marinas