From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <53FF7ECB.6040708@xenomai.org> Date: Thu, 28 Aug 2014 21:11:07 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <53C2B020.6050209@xenomai.org> <53FF6AF5.5010300@siemens.com> In-Reply-To: <53FF6AF5.5010300@siemens.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Subject: Re: [Xenomai] [Xenomai-git] Jan Kiszka : arch/x86: Fix section mismatch warning for mach_x86_c1e_disable List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: xenomai@xenomai.org On 08/28/2014 07:46 PM, Jan Kiszka wrote: > On 2014-07-13 18:13, Gilles Chanteperdrix wrote: >> Le 10/07/2014 16:23, git repository hosting a écrit : >>> Module: xenomai-jki >>> Branch: for-forge >>> Commit: dcac4e7a3e7ccf19e4b38169e7c89eb88c821483 >>> URL: http://git.xenomai.org/?p=xenomai-jki.git;a=commit;h=dcac4e7a3e7ccf19e4b38169e7c89eb88c821483 >>> >>> Author: Jan Kiszka >>> Date: Wed Jul 9 17:50:30 2014 +0200 >>> >>> arch/x86: Fix section mismatch warning for mach_x86_c1e_disable >>> >>> mach_x86_c1e_disable is called from non-__init function mach_x86_init, >>> thus can't be tagged as __init. mach_x86_init can't be converted as it >>> is referenced by the persistent xnarch_machdesc structure. >> >> Well, it seems to me that mach_x86_init truly is an init function, is >> not there any other way to fix this? > > Ping (due to lack of alternatives). It is fine by me. -- Gilles.