sched_ule.c & SMP error

2003-10-16 Thread Valentin Chopov
I'm getting an error in the sched_ule.c It looks that sched_add is called with "struct kse" arg. instead of "struct thread" Thanks, Val cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstri ct-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -ffo

Re: sched_ule.c & SMP error

2003-10-16 Thread Jeff Roberson
On Thu, 16 Oct 2003, Valentin Chopov wrote: > I'm getting an error in the sched_ule.c > > It looks that sched_add is called with "struct kse" arg. instead of > "struct thread" Fixed, thanks. > > Thanks, > > Val > > > cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs > -W