[Xenomai-core] [PATCH] blackfin: clean up syscall assembly

2010-09-27 Thread Mike Frysinger
-by: Mike Frysinger vap...@gentoo.org --- note: ive looked at the generated assembly outside of xenomai with this preprocessor logic, but ive never actually compiled/used xenomai before, so someone might want to smoke test it more than i have ... include/asm-blackfin/syscall.h | 129

Re: [Xenomai-core] irq hooking and irqflags

2009-06-12 Thread Mike Frysinger
On Mon, Jun 8, 2009 at 16:14, Philippe Gerum wrote: On Mon, 2009-06-08 at 13:15 -0400, Mike Frysinger wrote: i just finished converting Blackfin to the new irqflags.h system which included punting pretty much all of the irq.h guts (including IPIPE). since irqflags.h is directly designed

Re: [Xenomai-core] irq hooking and irqflags

2009-06-12 Thread Mike Frysinger
On Fri, Jun 12, 2009 at 11:54, Philippe Gerum wrote: On Fri, 2009-06-12 at 11:32 -0400, Mike Frysinger wrote: On Mon, Jun 8, 2009 at 16:14, Philippe Gerum wrote: On Mon, 2009-06-08 at 13:15 -0400, Mike Frysinger wrote: i just finished converting Blackfin to the new irqflags.h system which

Re: [Xenomai-core] irq hooking and irqflags

2009-06-12 Thread Mike Frysinger
On Fri, Jun 12, 2009 at 12:32, Philippe Gerum wrote: On Fri, 2009-06-12 at 12:05 -0400, Mike Frysinger wrote: On Fri, Jun 12, 2009 at 11:54, Philippe Gerum wrote: More specifically, which one shall I pull your changes from? boom: http://git.kernel.org/?p=linux/kernel/git/vapier/blackfin.git

[Xenomai-core] irq hooking and irqflags

2009-06-08 Thread Mike Frysinger
i just finished converting Blackfin to the new irqflags.h system which included punting pretty much all of the irq.h guts (including IPIPE). since irqflags.h is directly designed for hooking the lower irq stuff, do we still need this stuff patched into the Blackfin code ? seems like patching