Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp56452imm; Thu, 20 Sep 2018 15:06:18 -0700 (PDT) X-Google-Smtp-Source: ANB0VdYl96coMERMiXFk4KlSqYGTby3yoZT7Bbhvd9Ql6NBrIgnLOpEXYMFvy5adb6tqLOCYLIiQ X-Received: by 2002:a63:a0d:: with SMTP id 13-v6mr3240357pgk.318.1537481178143; Thu, 20 Sep 2018 15:06:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537481178; cv=none; d=google.com; s=arc-20160816; b=yXsPqJAI8TyqvSYHP/k9n2Ma4nnDE3BxLGSpbNBqMkW/1gt1DMQfByeE3IwYbRVzZ9 Wvt8q4fkPbEmV+Vx/tmPTymBk0uu4BYjeCEgt9wrUyawr4VSUdLunfeh5TyuGdyzD9nD RxaVQIueiTa/P7zzuXm8Gt6JwpK/+4rV9iIG0OoVYnlkrn4MY6av4de7At1ts4DHRhvu T+B3KRh8pgJxxEaICIX9Q6sJPSvKRFHmik3QuBz1Hk6daKCa5fr5S9GleJnroYdIKM4G TvKn3cozevDqh2XRZANXyOtGDzUzmIPezTqeV5K0bzXW07d/skjbBQeIDJqdnUaZfGqR ueew== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=zA5we00LSxxhCCn7DuDvE1stC0TNAlkKLC4mzoT5X64=; b=os2NOHEnMaRpimqUt5ODJFb/wEhofhCJYQh00kWQkfeOXgvTImvNnxBQuyiZEE2U5J phcoHOk50lqvaf3kXOLgo6RFShFBGDwRBX7Mkqy38Gz4fiv8qIWUZwb7Jg2K7l0YYePW 67Ee34ZD0kTfrlbpzCqE9Y5xcSOwYcAnEpss1gOK2ioK0SvBYlqUjhSY18UVN4Td76UB Tuj/kXhtQVr2151MTnpHzSn2BNQawZoLasHDyznLm7/H4gJaJqZcLI9LqUxHkjdMB/NC aATUPBJZEijnoS5RE7kMgBB4BL/Hd+zfyMYxb+0IWi6Df8cPH/qbXgDUzAvPgBpojQd/ 3DnA== 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 u3-v6si25198627plb.401.2018.09.20.15.06.03; Thu, 20 Sep 2018 15:06:18 -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 S2388797AbeIUDvB (ORCPT + 99 others); Thu, 20 Sep 2018 23:51:01 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:55801 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728347AbeIUDvB (ORCPT ); Thu, 20 Sep 2018 23:51:01 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id B437880749; Fri, 21 Sep 2018 00:05:22 +0200 (CEST) Date: Fri, 21 Sep 2018 00:05:22 +0200 From: Pavel Machek To: Chen Yu Cc: Thomas Gleixner , "Rafael J. Wysocki" , x86@kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Len Brown , Zhimin Gu Subject: Re: [PATCH 07/12][RFC v3] x86-32, hibernate: Use temp_pgt as the temporary page table Message-ID: <20180920220521.GG27468@xo-6d-61-c0.localdomain> References: <22b6bfd23d24405194930baf88f0ec3fe76ba807.1537275915.git.yu.c.chen@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <22b6bfd23d24405194930baf88f0ec3fe76ba807.1537275915.git.yu.c.chen@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed 2018-09-19 15:42:48, Chen Yu wrote: > From: Zhimin Gu > > This is to reuse the temp_pgt for both 32bit and 64bit > system. > > No functional change. > > Cc: "Rafael J. Wysocki" > Signed-off-by: Zhimin Gu > Signed-off-by: Chen Yu Acked-by: Pavel Machek