Paul wrote: > Hi Niklaus > > On Sunday 23 December 2007 16:47, Niklaus Giger wrote: >>> /home/buildbot/slave/i386_f/linux-2.6-xenomai/fs/jfs/jfs_logmgr.c: In >>> function 'lbmStartIO': >>> /home/buildbot/slave/i386_f/linux-2.6-xenomai/fs/jfs/jfs_logmgr.c:2165: >>> error: too many arguments to function 'lbmIODone' > <snip> >>> /var/buildbot/slave/ppc_f/linux-2.6-xenomai/drivers/net/via-rhine.c:44:1: >>> error: unterminated #ifndef make[3]: *** [drivers/net/via-rhine.o] Error > > Attached patch resolves the two above errors - I too fell foul of them with > an > unpatched build (along with a couple in the USB code). > >>> /home/buildbot/slave/hcu3_f/linux-2.6-xenomai/arch/ppc/kernel/smp.c:341: >>> error: implicit declaration of function 'get_paca' > > This one is from the Xenomai patch - get_paca is found in asm-powerpc/paca.h > which is conditionally included when CONFIG_PPC64 is defined. I suspect line > 340 should read: > > #if defined(CONFIG_IPIPE) && defined(CONFIG_PPC64) >
This one is a left-over from the 2.6.23/powerpc/ to ppc/ backport. We should have no hunk at this location, since we do not support SMP with this backport anyway, only embedded uniprocessor 32bit platforms still lagging behind the powerpc/ merge. > It bit me at line 549 in arch/powerpc/kernel/smp.c... Ok, fixed in the upcoming 2.0-06. -- Philippe. _______________________________________________ Xenomai-core mailing list [email protected] https://mail.gna.org/listinfo/xenomai-core
