On Fri, 2006-11-03 at 13:21 +0100, Jan Kiszka wrote: [...]
> This patch fixes the issue for me. > > Jan > plain text document attachment (disable-mmx_memcpy.patch) > --- > arch/i386/lib/mmx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > Index: linux-2.6.17.13/arch/i386/lib/mmx.c > =================================================================== > --- linux-2.6.17.13.orig/arch/i386/lib/mmx.c > +++ linux-2.6.17.13/arch/i386/lib/mmx.c > @@ -32,7 +32,7 @@ void *_mmx_memcpy(void *to, const void * > void *p; > int i; > > - if (unlikely(in_interrupt())) > + if (unlikely(!ipipe_root_domain_p || in_interrupt())) > return __memcpy(to, from, len); > > p = to; Merged, thanks. -- Philippe. _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
