SOURCES: kernel-desktop-common.config, kernel-desktop-i386.config, ...
adamg
adamg at pld-linux.org
Tue Aug 21 23:57:23 CEST 2007
Author: adamg Date: Tue Aug 21 21:57:23 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- per arch HZ settings
- NO_HZ on i386
---- Files affected:
SOURCES:
kernel-desktop-common.config (1.19 -> 1.20) , kernel-desktop-i386.config (1.12 -> 1.13) , kernel-desktop-x86_64.config (1.13 -> 1.14)
---- Diffs:
================================================================
Index: SOURCES/kernel-desktop-common.config
diff -u SOURCES/kernel-desktop-common.config:1.19 SOURCES/kernel-desktop-common.config:1.20
--- SOURCES/kernel-desktop-common.config:1.19 Sun Aug 19 00:53:00 2007
+++ SOURCES/kernel-desktop-common.config Tue Aug 21 23:57:18 2007
@@ -104,21 +104,6 @@
CONFIG_MIGRATION=y
#
-# Timer frequency
-#
-# CONFIG_HZ_100 is not set
-# CONFIG_HZ_300 is not set
-CONFIG_HZ_1000=y
-# CONFIG_HZ_1500 is not set
-# CONFIG_HZ_2000 is not set
-# CONFIG_HZ_3000 is not set
-# CONFIG_HZ_4000 is not set
-# CONFIG_HZ_5000 is not set
-# CONFIG_HZ_7500 is not set
-# CONFIG_HZ_10000 is not set
-CONFIG_HZ=1000
-
-#
# Power management options
#
CONFIG_PM=y
================================================================
Index: SOURCES/kernel-desktop-i386.config
diff -u SOURCES/kernel-desktop-i386.config:1.12 SOURCES/kernel-desktop-i386.config:1.13
--- SOURCES/kernel-desktop-i386.config:1.12 Sun Aug 19 00:53:00 2007
+++ SOURCES/kernel-desktop-i386.config Tue Aug 21 23:57:18 2007
@@ -11,10 +11,25 @@
# Processor type and features
#
CONFIG_SMP=y
-# CONFIG_NO_HZ is not set
# CONFIG_HIGH_RES_TIMERS is not set
CONFIG_PARAVIRT=y
CONFIG_VMI=y
+
+#
+# Timer frequency
+#
+CONFIG_NO_HZ=y
+# CONFIG_HZ_100 is not set
+# CONFIG_HZ_300 is not set
+# CONFIG_HZ_1000 is not set
+# CONFIG_HZ_1500 is not set
+# CONFIG_HZ_2000 is not set
+# CONFIG_HZ_3000 is not set
+# CONFIG_HZ_4000 is not set
+# CONFIG_HZ_5000 is not set
+# CONFIG_HZ_7500 is not set
+# CONFIG_HZ_10000 is not set
+# CONFIG_HZ is not set
#
# Subarchitecture Type
================================================================
Index: SOURCES/kernel-desktop-x86_64.config
diff -u SOURCES/kernel-desktop-x86_64.config:1.13 SOURCES/kernel-desktop-x86_64.config:1.14
--- SOURCES/kernel-desktop-x86_64.config:1.13 Sun Aug 19 00:53:00 2007
+++ SOURCES/kernel-desktop-x86_64.config Tue Aug 21 23:57:18 2007
@@ -40,6 +40,21 @@
CONFIG_SCHED_MC=y
#
+# Timer frequency
+#
+# CONFIG_HZ_100 is not set
+# CONFIG_HZ_300 is not set
+CONFIG_HZ_1000=y
+# CONFIG_HZ_1500 is not set
+# CONFIG_HZ_2000 is not set
+# CONFIG_HZ_3000 is not set
+# CONFIG_HZ_4000 is not set
+# CONFIG_HZ_5000 is not set
+# CONFIG_HZ_7500 is not set
+# CONFIG_HZ_10000 is not set
+CONFIG_HZ=1000
+
+#
# RCU implementation type:
#
CONFIG_NUMA=y
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kernel-desktop-common.config?r1=1.19&r2=1.20&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kernel-desktop-i386.config?r1=1.12&r2=1.13&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kernel-desktop-x86_64.config?r1=1.13&r2=1.14&f=u
More information about the pld-cvs-commit
mailing list