Re: [PATCH 6/6] powerpc: Separate ppc32 symbol exports into ppc_ksyms_32.c

2014-09-11 Thread Anton Blanchard
Hi Stephen, > You removed export.h ... > > > +EXPORT_SYMBOL(flush_dcache_range); > > +EXPORT_SYMBOL(flush_icache_range); > > But still use EXPORT_SYMBOL ... Thanks, fixed! Anton ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://list

Re: [PATCH 6/6] powerpc: Separate ppc32 symbol exports into ppc_ksyms_32.c

2014-08-22 Thread Stephen Rothwell
Hi Anton, On Wed, 20 Aug 2014 08:00:05 +1000 Anton Blanchard wrote: > > diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ppc_ksyms.c > index aba41f3..c4dfff6 100644 > --- a/arch/powerpc/kernel/ppc_ksyms.c > +++ b/arch/powerpc/kernel/ppc_ksyms.c > @@ -1,135 +1,42 @@ > -#include

[PATCH 6/6] powerpc: Separate ppc32 symbol exports into ppc_ksyms_32.c

2014-08-19 Thread Anton Blanchard
Simplify things considerably by moving all the ppc32 specific symbol exports into its own file. Signed-off-by: Anton Blanchard --- arch/powerpc/kernel/Makefile | 3 + arch/powerpc/kernel/ppc_ksyms.c| 123 + arch/powerpc/kernel/ppc_ksyms_32.c | 61