Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp5925481imm; Sat, 19 May 2018 12:44:10 -0700 (PDT) X-Google-Smtp-Source: AB8JxZrgCFi1r0T3QiMV6JpA87l1iPq5oPdzF4yZS6VUdwo6sMFt7t6E4TYRaGYt4q+EgwzOgbRN X-Received: by 2002:a62:104a:: with SMTP id y71-v6mr14040746pfi.188.1526759049981; Sat, 19 May 2018 12:44:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526759049; cv=none; d=google.com; s=arc-20160816; b=DrTB1cwE05wBgkv1QPi2VRpqOa6/m46CkTe+aG+ZIWwkWrZFhSR9TjSgAmkxCB/4R9 wd3bnWLS3b53szADBsak/zYQYm5woIDiIMh6lD+6n4BLYiZVZHLzKgTEyT9eNi6hrWnV jMPkVSjrIz0k1QK5BY/fq9Ne2FMINBvh1vhYQY8nZ/7Sm5bHGhYD1v8s68vfjr1BwTPk eZ1bqs4Q0M/0wm9MvV/j4KJ2fbzXouAYiWsQwnTf1+BCQriHKS2UlmyL2UMYkXwtEGj1 pvzkEskN4R5Vy/wVdGLptLQnIn2Fd3YONTeaQv2ceHmAV3tVURjAnfv6pM0gnQk6kXnV +dtg== 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=sKh+6j20ehXFRKQBLuLK6Xm53iQR+R/ta57djx52NNc=; b=AXdc2Rq6v663Dt+6KQgz5FsyhJDtTevdua/v4bBezh9bU7SfYdLQ+j8l0xpo8nxBd/ HWqSfw2FC8GyC6LFo4B2CnP4biopqvkpIg/sG/980EQo91RvSbExl511Ss+uLaJ03Zgm FRErDDiknkiK2AA0QBO/mrR7p8q4DyR+x+JOs2o83FoaenCvBGCAeL4HuUZHNoU5f06S lgk2IQE1sTsz2UrKdV1bAMV52BxKhEKBdAwTVzrKTl7NuKl81joB2w4TO6x0z7ZW7XK/ Bbt0JnI2pgpCZwyqNKm/R84KOm9otrRFGuAafVfiNr1+jrw+W4TmmTTqz9bGn4+mR9Ze Rq5g== 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 r4-v6si10679208pff.24.2018.05.19.12.42.52; Sat, 19 May 2018 12:44:09 -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 S1752506AbeESTml (ORCPT + 99 others); Sat, 19 May 2018 15:42:41 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:58086 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752280AbeESTmk (ORCPT ); Sat, 19 May 2018 15:42:40 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id DE0BF8058F; Sat, 19 May 2018 21:42:37 +0200 (CEST) Date: Sat, 19 May 2018 21:42:35 +0200 From: Pavel Machek To: Jiri Slaby Cc: mingo@redhat.com, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, "Rafael J. Wysocki" , Len Brown , Thomas Gleixner , "H. Peter Anvin" , x86@kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH v6 02/28] x86/asm/suspend: drop ENTRY from local data Message-ID: <20180519194235.GA3058@amd> References: <20180518091721.7604-1-jslaby@suse.cz> <20180518091721.7604-3-jslaby@suse.cz> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline In-Reply-To: <20180518091721.7604-3-jslaby@suse.cz> 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 --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri 2018-05-18 11:16:55, Jiri Slaby wrote: > ENTRY was intended for functions and shall be paired with ENDPROC. > ENTRY also aligns symbols which creates unnecessary holes here between > data. >=20 > So drop ENTRY from saved_eip in wakeup_32 and many saved_* in wakeup_64, > as these symbols are local only. >=20 > We could use SYM_DATA_LOCAL for these symbols, but it was discouraged > earlier [1]. >=20 > [1] https://lkml.org/lkml/2017/4/27/244 >=20 > Signed-off-by: Jiri Slaby > Cc: "Rafael J. Wysocki" > Cc: Len Brown 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 --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlsAfisACgkQMOfwapXb+vJN+gCgi6w02foFsu6Vm9cdugbPgdVl 5fUAnijCvo6E28F8/GTFkRTmPKy031TJ =AUDI -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z--