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=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 265FEC43141 for ; Wed, 27 Nov 2019 21:30:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0509D21739 for ; Wed, 27 Nov 2019 21:30:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730374AbfK0Van (ORCPT ); Wed, 27 Nov 2019 16:30:43 -0500 Received: from jabberwock.ucw.cz ([46.255.230.98]:36718 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730315AbfK0Vam (ORCPT ); Wed, 27 Nov 2019 16:30:42 -0500 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 6ECFA1C228B; Wed, 27 Nov 2019 22:30:38 +0100 (CET) Date: Wed, 27 Nov 2019 22:30:37 +0100 From: Pavel Machek To: Sean Christopherson Cc: Thomas Gleixner , Ingo Molnar , Borislav Petkov , x86@kernel.org, "Rafael J. Wysocki" , Len Brown , Tony Luck , Fenghua Yu , Peter Zijlstra , Arnaldo Carvalho de Melo , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , "H. Peter Anvin" , Steven Rostedt , Ard Biesheuvel , Darren Hart , Andy Shevchenko , Nadav Amit , "VMware, Inc." , Arnd Bergmann , Greg Kroah-Hartman , Hans de Goede , Cezary Rojewski , Pierre-Louis Bossart , Liam Girdwood , Jie Yang , Mark Brown , Jaroslav Kysela , Takashi Iwai , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-efi@vger.kernel.org, platform-driver-x86@vger.kernel.org, linux-acpi@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [PATCH v2 11/12] ACPI/sleep: Convert acpi_wakeup_address into a function Message-ID: <20191127213037.GB20612@amd> References: <20191126165417.22423-1-sean.j.christopherson@intel.com> <20191126165417.22423-12-sean.j.christopherson@intel.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZfOjI3PrQbgiZnxM" Content-Disposition: inline In-Reply-To: <20191126165417.22423-12-sean.j.christopherson@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org --ZfOjI3PrQbgiZnxM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue 2019-11-26 08:54:16, Sean Christopherson wrote: > Convert acpi_wakeup_address from a raw variable into a function so that > x86 can wrap its dereference of the real mode boot header in a function > instead of broadcasting it to the world via a #define. This sets the > stage for a future patch to move x86's definition of the new function, > acpi_get_wakeup_address(), out of asm/acpi.h and thus break acpi.h's > dependency on asm/realmode.h. >=20 > No functional change intended. >=20 > Signed-off-by: Sean Christopherson Thanks! 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 --ZfOjI3PrQbgiZnxM Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl3e6v0ACgkQMOfwapXb+vIvKgCgj+csmgRVJU3LjSgRtQ9xs4OL 1n8An0cFCD4JerAugYVERVISU8Tw+N8s =cvdZ -----END PGP SIGNATURE----- --ZfOjI3PrQbgiZnxM--