All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Xenomai] [Xenomai-git] Jan Kiszka : arch/x86: Fix section mismatch warning for mach_x86_c1e_disable
       [not found] <E1X5FGA-00080E-2w@sd-51317.dedibox.fr>
@ 2014-07-13 16:13 ` Gilles Chanteperdrix
  2014-07-14  7:01   ` Jan Kiszka
  2014-08-28 17:46   ` Jan Kiszka
  0 siblings, 2 replies; 4+ messages in thread
From: Gilles Chanteperdrix @ 2014-07-13 16:13 UTC (permalink / raw)
  To: xenomai

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 <jan.kiszka@siemens.com>
> 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?

-- 
Gilles.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xenomai] [Xenomai-git] Jan Kiszka : arch/x86: Fix section mismatch warning for mach_x86_c1e_disable
  2014-07-13 16:13 ` [Xenomai] [Xenomai-git] Jan Kiszka : arch/x86: Fix section mismatch warning for mach_x86_c1e_disable Gilles Chanteperdrix
@ 2014-07-14  7:01   ` Jan Kiszka
  2014-08-28 17:46   ` Jan Kiszka
  1 sibling, 0 replies; 4+ messages in thread
From: Jan Kiszka @ 2014-07-14  7:01 UTC (permalink / raw)
  To: Gilles Chanteperdrix, xenomai

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 <jan.kiszka@siemens.com>
>> 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?

I do not see any due the pointed out conflict around that data structure.

Jan

-- 
Siemens AG, Corporate Technology, CT RTC ITP SES-DE
Corporate Competence Center Embedded Linux


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xenomai] [Xenomai-git] Jan Kiszka : arch/x86: Fix section mismatch warning for mach_x86_c1e_disable
  2014-07-13 16:13 ` [Xenomai] [Xenomai-git] Jan Kiszka : arch/x86: Fix section mismatch warning for mach_x86_c1e_disable Gilles Chanteperdrix
  2014-07-14  7:01   ` Jan Kiszka
@ 2014-08-28 17:46   ` Jan Kiszka
  2014-08-28 19:11     ` Gilles Chanteperdrix
  1 sibling, 1 reply; 4+ messages in thread
From: Jan Kiszka @ 2014-08-28 17:46 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai

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 <jan.kiszka@siemens.com>
>> 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).

Jan

-- 
Siemens AG, Corporate Technology, CT RTC ITP SES-DE
Corporate Competence Center Embedded Linux


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xenomai] [Xenomai-git] Jan Kiszka : arch/x86: Fix section mismatch warning for mach_x86_c1e_disable
  2014-08-28 17:46   ` Jan Kiszka
@ 2014-08-28 19:11     ` Gilles Chanteperdrix
  0 siblings, 0 replies; 4+ messages in thread
From: Gilles Chanteperdrix @ 2014-08-28 19:11 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: xenomai

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 <jan.kiszka@siemens.com>
>>> 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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-08-28 19:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E1X5FGA-00080E-2w@sd-51317.dedibox.fr>
2014-07-13 16:13 ` [Xenomai] [Xenomai-git] Jan Kiszka : arch/x86: Fix section mismatch warning for mach_x86_c1e_disable Gilles Chanteperdrix
2014-07-14  7:01   ` Jan Kiszka
2014-08-28 17:46   ` Jan Kiszka
2014-08-28 19:11     ` Gilles Chanteperdrix

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.