From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751174AbdJCA1C (ORCPT ); Mon, 2 Oct 2017 20:27:02 -0400 Received: from mail-oi0-f67.google.com ([209.85.218.67]:35818 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750846AbdJCA1B (ORCPT ); Mon, 2 Oct 2017 20:27:01 -0400 X-Google-Smtp-Source: AOwi7QCej9VZxqxdZMDcqgKlbNHy/ZCvYN89QHN8cVwr3KwfXfppYo6IrYtxAeaX2NKr3ss8gnK2XDQFZ/aUBzjrwaI= MIME-Version: 1.0 In-Reply-To: <20171002091246.28432-24-jslaby@suse.cz> References: <20171002091246.28432-1-jslaby@suse.cz> <20171002091246.28432-24-jslaby@suse.cz> From: "Rafael J. Wysocki" Date: Tue, 3 Oct 2017 02:26:59 +0200 X-Google-Sender-Auth: haO1BsA3K39ObyBQw-VBXcoM42Y Message-ID: Subject: Re: [PATCH v4 24/27] x86_32: assembly, add ENDs to some functions and relabel with SYM_CODE_* To: Jiri Slaby Cc: Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , "the arch/x86 maintainers" , Linux Kernel Mailing List , "Rafael J. Wysocki" , Len Brown , Pavel Machek , Boris Ostrovsky , Juergen Gross , Linux PM , xen-devel@lists.xenproject.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 2, 2017 at 11: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 the hibernate part: Reviewed-by: Rafael J. Wysocki