Re: [uml-devel] RE: Explaination of system call function flow in TT mode

2005-02-03 Thread Blaisorblade
On Wednesday 02 February 2005 16:29, Alex LIU wrote: > Hi,Blaisorblade. You wrote: > >do_syscall is called, and then this is done: > > > >sig = SIGUSR2; > >tracing = 0; > >... after, this saves the new tracing value inside "task", whic

[uml-devel] RE: Explaination of system call function flow in TT mode

2005-02-02 Thread Alex LIU
Hi,Blaisorblade. You wrote: >do_syscall is called, and then this is done: > >sig = SIGUSR2; >tracing = 0; >... after, this saves the new tracing value inside "task", which is a struct >task_struct. > > set_traci