SPECS: kernel-desktop.spec - NO_HZ for laptop. bug #138
glen
glen at pld-linux.org
Tue Apr 15 23:59:55 CEST 2008
Author: glen Date: Tue Apr 15 21:59:55 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- NO_HZ for laptop. bug #138
---- Files affected:
SPECS:
kernel-desktop.spec (1.191 -> 1.192)
---- Diffs:
================================================================
Index: SPECS/kernel-desktop.spec
diff -u SPECS/kernel-desktop.spec:1.191 SPECS/kernel-desktop.spec:1.192
--- SPECS/kernel-desktop.spec:1.191 Tue Apr 15 03:17:17 2008
+++ SPECS/kernel-desktop.spec Tue Apr 15 23:59:50 2008
@@ -75,7 +75,7 @@
%define _basever 2.6.24
%define _postver .4
-%define _rel 0.3
+%define _rel 0.4
%define _rc %{nil}
%define _enable_debug_packages 0
@@ -841,15 +841,9 @@
%endif
%endif
- %ifnarch i386
- echo 'NO_HZ=n'
- echo 'HZ_1000=y'
- echo 'HZ=1000'
- %endif
-
%if %{with laptop}
+ echo 'NO_HZ=y'
echo 'HZ_1000=n'
- echo 'HZ_100=y'
echo 'HZ=100'
%endif
@@ -1203,6 +1197,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.192 2008-04-15 21:59:50 glen
+- NO_HZ for laptop. bug #138
+
Revision 1.191 2008-04-15 01:17:17 glen
- ohci_hcd<ssb<pcmcia dep error found
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel-desktop.spec?r1=1.191&r2=1.192&f=u
More information about the pld-cvs-commit
mailing list