From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751875AbdJBSOT (ORCPT ); Mon, 2 Oct 2017 14:14:19 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:27887 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751236AbdJBSOS (ORCPT ); Mon, 2 Oct 2017 14:14:18 -0400 Subject: Re: [PATCH v4 22/27] x86_64: assembly, change all ENTRY+END to SYM_CODE_* To: Jiri Slaby , mingo@redhat.com References: <20171002091246.28432-1-jslaby@suse.cz> <20171002091246.28432-22-jslaby@suse.cz> Cc: tglx@linutronix.de, hpa@zytor.com, x86@kernel.org, linux-kernel@vger.kernel.org, Juergen Gross , xen-devel@lists.xenproject.org From: Boris Ostrovsky Message-ID: <708ba9e5-e0b9-78ad-2747-43ed3787d093@oracle.com> Date: Mon, 2 Oct 2017 14:13:12 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20171002091246.28432-22-jslaby@suse.cz> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/02/2017 05:12 AM, Jiri Slaby wrote: > Here, we change all code which is not marked as functions. In other > words, this code has been using END, not ENDPROC. So switch all of this > to appropriate new markings SYM_CODE_START and SYM_CODE_END. > > Signed-off-by: Jiri Slaby > Cc: Thomas Gleixner > Cc: Ingo Molnar > Cc: "H. Peter Anvin" > Cc: x86@kernel.org > Cc: Boris Ostrovsky > Cc: Juergen Gross > Cc: xen-devel@lists.xenproject.org For Xen bits: Reviewed-by: Boris Ostrovsky