diff -urN oldtree/init/Kconfig newtree/init/Kconfig --- oldtree/init/Kconfig 2006-09-24 17:03:56.000000000 -0400 +++ newtree/init/Kconfig 2006-09-24 17:37:59.000000000 -0400 @@ -62,6 +62,26 @@ endmenu +menu "No-Sources CPU Scheduler:" +choice + prompt "CPU Scheduler" + default STAIRCASE + + config INGOSCHED + bool "Ingo Molnar's CPU Scheduling Policy (ingosched)" + help + This is the standard CPU scheduler which is an O(1) dual priority + array scheduler with a hybrid interactive design. (default in + mm-sources) + + config STAIRCASE + bool "Con Kolivas' CPU Scheduling Policy (staircase)" + help + This scheduler is an O(1) single priority array with a foreground- + background interactive design. (default in no-sources) +endchoice +endmenu + menu "General setup" config LOCALVERSION