diff --git a/en/releases/5.3R/todo.sgml b/en/releases/5.3R/todo.sgml
index ed0418b081..2be1100269 100644
--- a/en/releases/5.3R/todo.sgml
+++ b/en/releases/5.3R/todo.sgml
@@ -1,7 +1,7 @@
-
+
%includes;
%developers;
@@ -123,22 +123,6 @@
models.
-
- Scheduler cleanup and resolution |
- &status.wip; |
- -- |
- Currently, two schedulers are present: SCHED_ULE (default), an
- SMP-optimized scheduler created as part of SMPng, and SCHED_4BSD,
- an SMP-adapted version of the original 4BSD scheduler. They have
- quite different performance properties, with ULE providing strong
- interactivity characteristics, and performing quite well in a
- number of benchmarks, and 4BSD showing greater strength in IPC
- intensive user space benchmarks, such as databases. One of these
- schedulers must be the default for 5.3, and whichever one it is,
- it requires careful measurement, analysis, and optimization before
- the release in order to address its deficiencies. |
-
-
Reports of UFS2 "large disk" problems |
&status.wip |