On Sünnavend 06 August 2005 01:43, Linus Torvalds wrote: > diff --git a/arch/ppc/kernel/ppc_ksyms.c b/arch/ppc/kernel/ppc_ksyms.c > --- a/arch/ppc/kernel/ppc_ksyms.c > +++ b/arch/ppc/kernel/ppc_ksyms.c > @@ -324,7 +324,7 @@ EXPORT_SYMBOL(__res); > > EXPORT_SYMBOL(next_mmu_context); > EXPORT_SYMBOL(set_context); > -EXPORT_SYMBOL(handle_mm_fault); /* For MOL */ > +EXPORT_SYMBOL_GPL(__handle_mm_fault); /* For MOL */ > EXPORT_SYMBOL(disarm_decr); > #ifdef CONFIG_PPC_STD_MMU > extern long mol_trampoline;
We will need the same export on ppc64 for managing SPEs on the Cell processor. My current patch removes the export on ppc and adds a global (*_GPL) one. Should I rather have another architecture specific export in ppc64? Arnd <>< - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/