Re: [Xenomai-core] Arguments in psos t_start()

2007-05-08 Thread Philippe Gerum
On Tue, 2007-05-08 at 16:07 +0200, Markus Osterried wrote: > Hello Phillipe, > > in __t_start() in /ksrc/skins/psos+/syscall.c the pointer to the > (user-space) tasks argument is directly used for the (kernel-space) > t_start() call. > > u_long *argp; > argp = (u_long *)__xn_reg_arg4(regs); > ret

[Xenomai-core] Arguments in psos t_start()

2007-05-08 Thread Markus Osterried
Hello Phillipe, in __t_start() in /ksrc/skins/psos+/syscall.c the pointer to the (user-space) tasks argument is directly used for the (kernel-space) t_start() call. u_long *argp; argp = (u_long *)__xn_reg_arg4(regs); return t_start((u_long)task, mode, startaddr, argp); I think the arguments mus