diff options
author | Li Zefan <lizf@cn.fujitsu.com> | 2008-10-30 15:23:39 +0800 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-30 11:37:58 +0100 |
commit | a0e5ebdc1d16871222f9815f5066e4ca47e368fa (patch) | |
tree | d3d651b35da37b0aff4530c9911c94853848c4c1 | |
parent | a9cf4ddb3b2ce03c3027929b22a920aeff933009 (diff) | |
download | linux-a0e5ebdc1d16871222f9815f5066e4ca47e368fa.tar.gz linux-a0e5ebdc1d16871222f9815f5066e4ca47e368fa.tar.bz2 linux-a0e5ebdc1d16871222f9815f5066e4ca47e368fa.zip |
sched: remove sched-design.txt from 00-INDEX
Impact: remove stale documentation reference
sched-design.txt has been removed.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | Documentation/scheduler/00-INDEX | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/scheduler/00-INDEX b/Documentation/scheduler/00-INDEX index fc234d093fbf..aabcc3a089ba 100644 --- a/Documentation/scheduler/00-INDEX +++ b/Documentation/scheduler/00-INDEX @@ -4,8 +4,6 @@ sched-arch.txt - CPU Scheduler implementation hints for architecture specific code. sched-coding.txt - reference for various scheduler-related methods in the O(1) scheduler. -sched-design.txt - - goals, design and implementation of the Linux O(1) scheduler. sched-design-CFS.txt - goals, design and implementation of the Complete Fair Scheduler. sched-domains.txt |