Update of /cvsroot/devil-linux/build/scripts/configuration
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9253/scripts/configuration
Modified Files:
prepare.config
Log Message:
some more fixes to get the new vhz and packet scheduler stuff running
Index: prepare.config
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/configuration/prepare.config,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- prepare.config 23 Mar 2004 00:24:13 -0000 1.12
+++ prepare.config 23 Mar 2004 21:41:32 -0000 1.13
@@ -27,13 +27,12 @@
if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then
menu_add "Build Configuration|Processor and Memory" list "Variable HZ" CONFIG_VHZ OFF 100 200 250 400 500 750 800 1000
- if [ ! "$CONFIG_VHZ" = "OFF" ]; then
- if [ "$CONFIG_KERNEL_CPU" = "686" -o "$CONFIG_KERNEL_CPU" = "VIAC3_2" ]; then
- menu_add "Build Configuration|Processor and Memory" list "PSCHED_CLOCK_SOURCE" CONFIG_PSCHED_CLOCK_SOURCE PSCHED_GETTIMEOFDAY PSCHED_JIFFIES PSCHED_CPU
- else
- menu_add "Build Configuration|Processor and Memory" list "PSCHED_CLOCK_SOURCE" CONFIG_PSCHED_CLOCK_SOURCE PSCHED_GETTIMEOFDAY PSCHED_JIFFIES
- fi
- fi
+fi
+
+if [ "$CONFIG_KERNEL_CPU" = "686" -o "$CONFIG_KERNEL_CPU" = "VIAC3_2" ]; then
+ menu_add "Build Configuration|Processor and Memory" list "PSCHED_CLOCK_SOURCE" CONFIG_PSCHED_CLOCK_SOURCE PSCHED_GETTIMEOFDAY PSCHED_JIFFIES PSCHED_CPU
+else
+ menu_add "Build Configuration|Processor and Memory" list "PSCHED_CLOCK_SOURCE" CONFIG_PSCHED_CLOCK_SOURCE PSCHED_GETTIMEOFDAY PSCHED_JIFFIES
fi
#For new epia models (nehemiah), CONFIG_KERNEL_CPU has to be VIAC3_2 and CONFIG_CPU = 686
|