rpms/kernel/FC-5 kernel-2.6.spec, 1.2171, 1.2172 linux-2.6-defaults-disable-split-ptlock.patch, 1.3, 1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Aug 6 18:21:06 UTC 2006


Author: davej

Update of /cvs/dist/rpms/kernel/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv2497

Modified Files:
	kernel-2.6.spec linux-2.6-defaults-disable-split-ptlock.patch 
Log Message:
Fix split lock patch for 64bit.


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-5/kernel-2.6.spec,v
retrieving revision 1.2171
retrieving revision 1.2172
diff -u -r1.2171 -r1.2172
--- kernel-2.6.spec	4 Aug 2006 06:26:16 -0000	1.2171
+++ kernel-2.6.spec	6 Aug 2006 18:21:03 -0000	1.2172
@@ -1543,6 +1543,9 @@
 %endif
 
 %changelog
+* Fri Aug  4 2006 Dave Jones <davej at redhat.com>
+- Fix split lock patch for 64bit.
+
 * Fri Aug  4 2006 Dave Jones <davej at redhat.com> [2.6.17-1.2171_FC5]
 - 2.6.17.8rc1
 

linux-2.6-defaults-disable-split-ptlock.patch:
 Kconfig |    1 +
 1 files changed, 1 insertion(+)

Index: linux-2.6-defaults-disable-split-ptlock.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-5/linux-2.6-defaults-disable-split-ptlock.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- linux-2.6-defaults-disable-split-ptlock.patch	15 Jul 2006 21:42:26 -0000	1.3
+++ linux-2.6-defaults-disable-split-ptlock.patch	6 Aug 2006 18:21:03 -0000	1.4
@@ -1,12 +1,12 @@
 
 --- linux-2.6.17.noarch/mm/Kconfig~	2006-07-11 22:44:36.615338000 -0400
 +++ linux-2.6.17.noarch/mm/Kconfig	2006-07-11 22:44:41.992952000 -0400
-@@ -134,7 +134,7 @@ config SPLIT_PTLOCK_CPUS
+@@ -134,7 +134,8 @@ config SPLIT_PTLOCK_CPUS
  	default "4096" if ARM && !CPU_CACHE_VIPT
  	default "4096" if PARISC && !PA20
  	default "4096" if X86_XEN || X86_64_XEN
--	default "4"
 +	default "4096" if !64BIT
+ 	default "4"
  
  #
  # support for page migration




More information about the fedora-cvs-commits mailing list