From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752038AbdJBSRq (ORCPT ); Mon, 2 Oct 2017 14:17:46 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:39907 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751922AbdJBSRp (ORCPT ); Mon, 2 Oct 2017 14:17:45 -0400 Subject: Re: [PATCH v4 24/27] x86_32: assembly, add ENDs to some functions and relabel with SYM_CODE_* To: Jiri Slaby , mingo@redhat.com References: <20171002091246.28432-1-jslaby@suse.cz> <20171002091246.28432-24-jslaby@suse.cz> Cc: tglx@linutronix.de, hpa@zytor.com, x86@kernel.org, linux-kernel@vger.kernel.org, "Rafael J. Wysocki" , Len Brown , Pavel Machek , Juergen Gross , linux-pm@vger.kernel.org, xen-devel@lists.xenproject.org From: Boris Ostrovsky Message-ID: <30e503c9-b7cf-42ca-e1c9-cc36c6f59f69@oracle.com> Date: Mon, 2 Oct 2017 14:16:54 -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-24-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: > All these are functions which are invoked from elsewhere, but they are > not typical C functions. So we annotate them (as global) using the new > SYM_CODE_START. All these were not balanced with any END, so mark their > ends by SYM_CODE_END, appropriatelly. > > Signed-off-by: Jiri Slaby > Cc: Thomas Gleixner > Cc: Ingo Molnar > Cc: "H. Peter Anvin" > Cc: x86@kernel.org > Cc: "Rafael J. Wysocki" > Cc: Len Brown > Cc: Pavel Machek > Cc: Boris Ostrovsky > Cc: Juergen Gross > Cc: linux-pm@vger.kernel.org > Cc: xen-devel@lists.xenproject.org For Xen bits: Reviewed-by: Boris Ostrovsky