diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-30 21:32:03 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-30 21:32:03 -0400 |
commit | 0b23e30b48b0b634fdc8c8198ea9dfec8c091968 (patch) | |
tree | d4c172bda3212250c44a07b24968877d414eb496 /Documentation | |
parent | 147db6e9474b444149238b77ceae335ca20e7b4a (diff) | |
parent | a0e5ebdc1d16871222f9815f5066e4ca47e368fa (diff) |
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
sched: remove sched-design.txt from 00-INDEX
sched: change sched_debug's mode to 0444
Diffstat (limited to 'Documentation')
-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 | |||
4 | - CPU Scheduler implementation hints for architecture specific code. | 4 | - CPU Scheduler implementation hints for architecture specific code. |
5 | sched-coding.txt | 5 | sched-coding.txt |
6 | - reference for various scheduler-related methods in the O(1) scheduler. | 6 | - reference for various scheduler-related methods in the O(1) scheduler. |
7 | sched-design.txt | ||
8 | - goals, design and implementation of the Linux O(1) scheduler. | ||
9 | sched-design-CFS.txt | 7 | sched-design-CFS.txt |
10 | - goals, design and implementation of the Complete Fair Scheduler. | 8 | - goals, design and implementation of the Complete Fair Scheduler. |
11 | sched-domains.txt | 9 | sched-domains.txt |