Module Name:    src
Committed By:   msaitoh
Date:           Fri Nov 30 08:12:27 UTC 2012

Modified Files:
        src/sys/arch/arm/arm32: cpu.c

Log Message:
S/,/;/


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/arm/arm32/cpu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/arm32/cpu.c
diff -u src/sys/arch/arm/arm32/cpu.c:1.88 src/sys/arch/arm/arm32/cpu.c:1.89
--- src/sys/arch/arm/arm32/cpu.c:1.88	Mon Nov 12 18:00:35 2012
+++ src/sys/arch/arm/arm32/cpu.c	Fri Nov 30 08:12:27 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.c,v 1.88 2012/11/12 18:00:35 skrll Exp $	*/
+/*	$NetBSD: cpu.c,v 1.89 2012/11/30 08:12:27 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 1995 Mark Brinicombe.
@@ -46,7 +46,7 @@
 
 #include <sys/param.h>
 
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.88 2012/11/12 18:00:35 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.89 2012/11/30 08:12:27 msaitoh Exp $");
 
 #include <sys/systm.h>
 #include <sys/conf.h>
@@ -612,7 +612,7 @@ identify_arm_cpu(device_t dv, struct cpu
 		if (cpuids[i].cpuid == (cpuid & CPU_ID_CPU_MASK)) {
 			cpu_class = cpuids[i].cpu_class;
 			steppingstr = cpuids[i].cpu_steppings[cpuid &
-			    CPU_ID_REVISION_MASK],
+			    CPU_ID_REVISION_MASK];
 			sprintf(cpu_model, "%s%s%s (%s core)",
 			    cpuids[i].cpu_classname,
 			    steppingstr[0] == '*' ? "" : " ",

Reply via email to