Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp5706305imm; Mon, 27 Aug 2018 02:50:46 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZNoFOZp0FgKDS/ZqmMww5qhdTnsDU2WpGSa1uF2RGAKZU7Y0z9kXyMXymQslaPRVLMBsfN X-Received: by 2002:a17:902:a413:: with SMTP id p19-v6mr12390265plq.220.1535363445788; Mon, 27 Aug 2018 02:50:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1535363445; cv=none; d=google.com; s=arc-20160816; b=Y/Eebuc2Ag0eJ2hnjuEK73qVVEXF9Tj3eVoFA2gou3aYODw8JVRdYQ7sbwWfy2nzuY vhWrv7Gev13mWNVm730SQgbZGMvFILdUb4DaIR1eTP8Ivgzj1fZGxcoCUBSQalj9+ANO K+pXKojKlgCoZ1Dg7nZOFKjH8Lr8Wv+Iv7Lt05qdxMtB5hbpgqI1GvPkki2UhhKYe2nZ DnMcOdk2B6O5KGgrCsiftF8CeQ/G3Eb8pTSeKi5IDNqmGW9wPXwvVSNXpf6zUuZNSRzp XuU+0h3CAgNSlUTjAzz7NKcUOU9MspRNB57Pmy4VM4ESUhPykGKU/SdPB48Bawqxagna 0TrQ== 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:arc-authentication-results; bh=VMfNU5M0tihh9qFzLaOUUBnk8Jq1stR1tcFMQ5pRRyw=; b=TGGe5uN1AycUc238dUwL4+EhTJhBGlicsKjoXn3yg7gs1ZPvIobxU/ByIXTiad8D/3 HrElnMoUywXUIIuoyS1P3LakfqoqcyRsNIXQ2Q+EGGDfMhNYvNTeyLMYu3PJpLTr5+TN sa9DiAPH6FbeDW3IMX62CIxr+7kWa/x5V3KnHYzOVSWKYrR8U0Uzc5+tJAiWbmTYC5CR tEgAf+vtLk4nZrkjSjDLc8N72uiNDY/GuTBJOjCbRqzWy+v9O4iG0e4Kea/5xn+OTj3s DT92RHWqBL5GlSCwzTkyQlJV+07PrMoPWg67T0eaJ8B66gPy+7pPcgwimiL5ZooP+vId 65Ig== 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 w188-v6si14855902pfw.307.2018.08.27.02.50.30; Mon, 27 Aug 2018 02:50:45 -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 S1727077AbeH0Neq (ORCPT + 99 others); Mon, 27 Aug 2018 09:34:46 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:59462 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726809AbeH0Neq (ORCPT ); Mon, 27 Aug 2018 09:34:46 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id F13EC82F8B; Mon, 27 Aug 2018 11:48:48 +0200 (CEST) Date: Mon, 27 Aug 2018 11:48:48 +0200 From: Pavel Machek To: Gu Zhimin Cc: "Rafael J. Wysocki" , Len Brown , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Yu Chen , x86@kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] x86, hibernate: Extract the common code of 64/32 bit system Message-ID: <20180827094848.GB31905@amd> References: <541d9caef16c4a6c6e0ef160f607566c61c081c9.1535361949.git.kookoo.gu@intel.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cvVnyQ+4j833TQvp" Content-Disposition: inline In-Reply-To: <541d9caef16c4a6c6e0ef160f607566c61c081c9.1535361949.git.kookoo.gu@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --cvVnyQ+4j833TQvp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon 2018-08-27 17:42:19, Gu Zhimin wrote: > From: Zhimin Gu >=20 > Reduce the hibernation code duplication between x86-32 and x86-64 > by extracting the common code into hibernate.c. >=20 > No functional change. >=20 > Suggested-by: Pavel Machek > Acked-by: Chen Yu > Signed-off-by: Zhimin Gu Thanks a lot for doing this. Acked-by: Pavel Machek --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --cvVnyQ+4j833TQvp Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAluDyQAACgkQMOfwapXb+vKvBgCgq52QQuIk9T1tILCZZp2tjASs jWQAn0bnY9vx0LapJL8MiWh03Ci9qZpm =CEYt -----END PGP SIGNATURE----- --cvVnyQ+4j833TQvp--