sched: move code into kernel/sched_stats.h
authorIngo Molnar <mingo@elte.hu>
Mon, 9 Jul 2007 16:51:58 +0000 (18:51 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 9 Jul 2007 16:51:58 +0000 (18:51 +0200)
commit425e0968a25fa3f111f9919964cac079738140b5
tree0b5165947477446d1a3680bf970689ded93c2931
parent1df21055e34b6a68d62cf0c524b9e52deebd7ead
sched: move code into kernel/sched_stats.h

create sched_stats.h and move sched.c schedstats code into it.
This cleans up sched.c a bit.

no code changes are caused by this patch.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c
kernel/sched_stats.h [new file with mode: 0644]