rpms/kernel/devel increase-MAX_LOCKDEP_ENTRIES.patch,1.1,1.2

Kyle McMartin kyle at fedoraproject.org
Sat Mar 28 05:22:37 UTC 2009


Author: kyle

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv966

Modified Files:
	increase-MAX_LOCKDEP_ENTRIES.patch 
Log Message:
increase MAX_LOCKDEP_ENTRIES... again

increase-MAX_LOCKDEP_ENTRIES.patch:

Index: increase-MAX_LOCKDEP_ENTRIES.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/increase-MAX_LOCKDEP_ENTRIES.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- increase-MAX_LOCKDEP_ENTRIES.patch	17 Mar 2009 03:56:09 -0000	1.1
+++ increase-MAX_LOCKDEP_ENTRIES.patch	28 Mar 2009 05:22:37 -0000	1.2
@@ -7,7 +7,7 @@
   * conflicts and deadlocks.
   */
 -#define MAX_LOCKDEP_ENTRIES	8192UL
-+#define MAX_LOCKDEP_ENTRIES	10240UL
++#define MAX_LOCKDEP_ENTRIES	16384UL
  
  #define MAX_LOCKDEP_CHAINS_BITS	14
  #define MAX_LOCKDEP_CHAINS	(1UL << MAX_LOCKDEP_CHAINS_BITS)




More information about the fedora-extras-commits mailing list