rpms/kernel/F-11 config-sparc64-generic, 1.27, 1.28 config-sparc64-smp, 1.4, 1.5 kernel.spec, 1.1731, 1.1732

Dennis Gilmore ausil at fedoraproject.org
Thu Sep 10 21:15:38 UTC 2009


Author: ausil

Update of /cvs/extras/rpms/kernel/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25797

Modified Files:
	config-sparc64-generic config-sparc64-smp kernel.spec 
Log Message:
KGDB on sparc64 smp kernel only up doesnt support it. 
256 cpus supported on smp



Index: config-sparc64-generic
===================================================================
RCS file: /cvs/extras/rpms/kernel/F-11/config-sparc64-generic,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- config-sparc64-generic	25 Jul 2009 04:09:17 -0000	1.27
+++ config-sparc64-generic	10 Sep 2009 21:15:37 -0000	1.28
@@ -31,7 +31,7 @@ CONFIG_64BIT=y
 CONFIG_HUGETLB_PAGE_SIZE_4MB=y
 # CONFIG_HUGETLB_PAGE_SIZE_512K is not set
 # CONFIG_HUGETLB_PAGE_SIZE_64K is not set
-CONFIG_NR_CPUS=64
+CONFIG_NR_CPUS=256
 CONFIG_US3_FREQ=m
 CONFIG_US2E_FREQ=m
 CONFIG_SUN_OPENPROMFS=m
@@ -199,3 +199,4 @@ CONFIG_LEDS_SUNFIRE=m
 CONFIG_TADPOLE_TS102_UCTRL=m
 
 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
+# CONFIG_KGDB is not set


Index: config-sparc64-smp
===================================================================
RCS file: /cvs/extras/rpms/kernel/F-11/config-sparc64-smp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- config-sparc64-smp	25 Jul 2009 03:16:38 -0000	1.4
+++ config-sparc64-smp	10 Sep 2009 21:15:37 -0000	1.5
@@ -1 +1,2 @@
 CONFIG_SMP=y
+CONFIG_KGDB=y


Index: kernel.spec
===================================================================
RCS file: /cvs/extras/rpms/kernel/F-11/kernel.spec,v
retrieving revision 1.1731
retrieving revision 1.1732
diff -u -p -r1.1731 -r1.1732
--- kernel.spec	9 Sep 2009 04:54:10 -0000	1.1731
+++ kernel.spec	10 Sep 2009 21:15:37 -0000	1.1732
@@ -1959,6 +1959,10 @@ fi
 # and build.
 
 %changelog
+* Thu Sep 10 2009 Dennis Gilmore <dennis at ausil.us> 2.6.30.6-53
+- kgdb only works on sparc64 smp kernels so disable on the up one and enable on the smp one
+- update to 256 cpus supported on sparc64 smp
+
 * Wed Sep 09 2009  Chuck Ebbert <cebbert at redhat.com>  2.6.30.6-52
 - Add linux-2.6-slub-fix-destroy-by-rcu.patch (fixes bug in 2.6.30.4)
 




More information about the fedora-extras-commits mailing list