patch-2.1.122 linux/arch/i386/kernel/setup.c

Next file: linux/arch/i386/kernel/signal.c
Previous file: linux/arch/i386/kernel/ptrace.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.121/linux/arch/i386/kernel/setup.c linux/arch/i386/kernel/setup.c
@@ -493,6 +493,7 @@
 			switch (edx) {
 				case 0x40:
 					cache_size = 0;
+					break;
 
 				case 0x41:
 					cache_size = 128;
@@ -532,7 +533,7 @@
 			    && (cpu_models[i].x86 == 6) 
 			    && (c->x86_model == 5)
 			    && (c->x86_cache_size == 0)) {
-				p = "Celeron";
+				p = "Celeron (Covington)";
 			}
 		}
 			

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov