Re: [PATCH 1/3] sched: add declaration of sched_tail to sched.h

2008-02-17 Thread Ingo Molnar
* Harvey Harrison <[EMAIL PROTECTED]> wrote: > Avoids sparse warnings: kernel/sched.c:2170:17: warning: symbol > 'schedule_tail' was not declared. Should it be static? > > Avoids the need for an external declaration in arch/um/process.c thanks, applied. Ingo -- To unsubscribe from thi

[PATCH 1/3] sched: add declaration of sched_tail to sched.h

2008-02-15 Thread Harvey Harrison
Avoids sparse warnings: kernel/sched.c:2170:17: warning: symbol 'schedule_tail' was not declared. Should it be static? Avoids the need for an external declaration in arch/um/process.c Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> --- arch/um/kernel/process.c |2 -- include/linux/sched.