[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r4978 - in glibc-package/branches/glibc-branch-squeeze/debian: . patches/i386



Author: aurel32
Date: 2011-09-19 14:35:12 +0000 (Mon, 19 Sep 2011)
New Revision: 4978

Modified:
   glibc-package/branches/glibc-branch-squeeze/debian/changelog
   glibc-package/branches/glibc-branch-squeeze/debian/patches/i386/local-cpuid-level2.diff
Log:
patches/i386/local-cpuid-level2.diff: fix a typo.  Closes: #609389.


Modified: glibc-package/branches/glibc-branch-squeeze/debian/changelog
===================================================================
--- glibc-package/branches/glibc-branch-squeeze/debian/changelog	2011-09-19 14:34:03 UTC (rev 4977)
+++ glibc-package/branches/glibc-branch-squeeze/debian/changelog	2011-09-19 14:35:12 UTC (rev 4978)
@@ -45,6 +45,7 @@
   * Add debian/patches/cvs-dl_close-scope-handling.diff from upstream to
     fix issues with dl_close() when resolving locally-defined symbols.
     Closes: #625250.
+  * patches/i386/local-cpuid-level2.diff: fix a typo.  Closes: #609389.
 
  -- Aurelien Jarno <aurel32@debian.org>  Sat, 11 Jun 2011 18:12:35 +0200
 

Modified: glibc-package/branches/glibc-branch-squeeze/debian/patches/i386/local-cpuid-level2.diff
===================================================================
--- glibc-package/branches/glibc-branch-squeeze/debian/patches/i386/local-cpuid-level2.diff	2011-09-19 14:34:03 UTC (rev 4977)
+++ glibc-package/branches/glibc-branch-squeeze/debian/patches/i386/local-cpuid-level2.diff	2011-09-19 14:35:12 UTC (rev 4978)
@@ -7,7 +7,7 @@
  handle_intel (int name, unsigned int maxidx)
  {
 -  assert (maxidx >= 2);
-+  if (maxidx <= 2)
++  if (maxidx < 2)
 +    {
 +      /* This should never happen as all Intel i686 CPU support a CPUID
 +	 level of 2 minimum.  However valgrind sometimes load the i686


Reply to: