commit | 2d07b255c7b8a9723010e5c74778e058dc05162e | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Fri Feb 15 09:56:34 2008 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Feb 25 16:34:17 2008 +0100 |
tree | 3d1e2d56a89c23faede930f77e875a718fb4f0b6 | |
parent | 67ca7bde2e9d3516b5ae0188330ad1059ac03f38 [diff] |
sched: add declaration of sched_tail to sched.h 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 <harvey.harrison@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>