On Wed, 17 Jan 2018 18:30:06 +0100
Philippe Gerum <[email protected]> wrote:

> On 01/17/2018 05:38 PM, ruggero wrote:
> > Hi Pilippe,
> > a small addition: the driver compile when included directly in the
> > kernel. Normally we would like to have it as a module.
> >   
> 
> diff --git a/arch/arm/kernel/ipipe.c b/arch/arm/kernel/ipipe.c
> index 771bb5eff7fe..e0624d3f1ee2 100644
> --- a/arch/arm/kernel/ipipe.c
> +++ b/arch/arm/kernel/ipipe.c
> @@ -557,4 +557,6 @@ EXPORT_SYMBOL_GPL(check_and_switch_context);
>  EXPORT_SYMBOL_GPL(__cpu_logical_map);
>  #endif /* CONFIG_IPIPE */
>  
> +EXPORT_SYMBOL_GPL(__ipipe_smp_key);
> +
>  EXPORT_SYMBOL_GPL(cpu_architecture);
> 
Thank you, I was thinking something similar, but the double underscore
scared me!

ruggero


_______________________________________________
Xenomai mailing list
[email protected]
https://xenomai.org/mailman/listinfo/xenomai

Reply via email to