SPECS: kernel-desktop.spec - up to .10 - anti 'CPU too old' fix fr...

czarny czarny at pld-linux.org
Sun Oct 21 16:57:07 CEST 2007


Author: czarny                       Date: Sun Oct 21 14:57:07 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to .10
- anti 'CPU too old' fix from LKML http://lkml.org/lkml/2007/9/18/301

---- Files affected:
SPECS:
   kernel-desktop.spec (1.127 -> 1.128) 

---- Diffs:

================================================================
Index: SPECS/kernel-desktop.spec
diff -u SPECS/kernel-desktop.spec:1.127 SPECS/kernel-desktop.spec:1.128
--- SPECS/kernel-desktop.spec:1.127	Sun Oct 21 16:39:02 2007
+++ SPECS/kernel-desktop.spec	Sun Oct 21 16:57:02 2007
@@ -91,7 +91,7 @@
 %endif
 
 %define		_basever	2.6.22
-%define		_postver	.9
+%define		_postver	.10
 %define		_rel		0.6
 %define		_rc	%{nil}
 Summary:	The Linux kernel (the core of the Linux operating system)
@@ -110,7 +110,7 @@
 # Source0-md5:	2e230d005c002fb3d38a3ca07c0200d0
 %if "%{_postver}" != "%{nil}"
 Source1:	http://www.kernel.org/pub/linux/kernel/v2.6/patch-%{version}.bz2
-# Source1-md5:	6e2e5112d69af5c8d78cff0479c700cd
+# Source1-md5:	8dc6d14fb270d13e8ef670d23387b418
 %endif
 Source2:	http://www.tuxonice.net/downloads/all/suspend2-%{suspend_version}-for-%{suspend_kernel}.patch.bz2
 # Source2-md5:	f98f071b0f4e7897296d643854bb809f
@@ -748,8 +748,10 @@
 	sed -i 's:# CONFIG_MK7 is not set:CONFIG_MK7=y:' .config
 	%endif
 	%ifarch i686 athlon pentium3 pentium4
-	sed -i "s:CONFIG_HIGHMEM4G=y:# CONFIG_HIGHMEM4G is not set:" .config
-	sed -i "s:# CONFIG_HIGHMEM64G is not set:CONFIG_HIGHMEM64G=y\nCONFIG_X86_PAE=y:" .config
+# This issues 'CPU too old' error on Centrino processors
+# http://lkml.org/lkml/2007/9/18/301
+#	sed -i "s:CONFIG_HIGHMEM4G=y:# CONFIG_HIGHMEM4G is not set:" .config
+#	sed -i "s:# CONFIG_HIGHMEM64G is not set:CONFIG_HIGHMEM64G=y\nCONFIG_X86_PAE=y:" .config
 	sed -i 's:CONFIG_MATH_EMULATION=y:# CONFIG_MATH_EMULATION is not set:' .config
 	%endif
 %endif
@@ -1125,6 +1127,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.128  2007/10/21 14:57:02  czarny
+- up to .10
+- anti 'CPU too old' fix from LKML http://lkml.org/lkml/2007/9/18/301
+
 Revision 1.127  2007/10/21 14:39:02  glen
 - cleanup patch that doesn't exist
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel-desktop.spec?r1=1.127&r2=1.128&f=u



More information about the pld-cvs-commit mailing list