From bb2420590cb2d7d3e580708d21e875d6562ae3c9 Mon Sep 17 00:00:00 2001
From: Ulrich Drepper <drepper@gmail.com>
Date: Tue, 22 Mar 2011 01:52:43 -0400
Subject: Last change caused infinite loops because of missing loop increment.

---
 sysdeps/unix/sysv/linux/i386/sysconf.c | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'sysdeps/unix')

diff --git a/sysdeps/unix/sysv/linux/i386/sysconf.c b/sysdeps/unix/sysv/linux/i386/sysconf.c
index 4ea1a2bf58..1f5d3b06b1 100644
--- a/sysdeps/unix/sysv/linux/i386/sysconf.c
+++ b/sysdeps/unix/sysv/linux/i386/sysconf.c
@@ -231,6 +231,8 @@ intel_check_word (int name, unsigned int value, bool *has_level_2,
 		  assert (offset == 2);
 		  return (ebx & 0xfff) + 1;
 		}
+
+	      ++round;
 	    }
 	  /* There is no other cache information anywhere else.  */
 	  break;
-- 
cgit v1.2.3-70-g09d2