Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm32 s/,/;/



details:   https://anonhg.NetBSD.org/src/rev/81552f6076ce
branches:  trunk
changeset: 782985:81552f6076ce
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Nov 30 08:12:27 2012 +0000

description:
s/,/;/

diffstat:

 sys/arch/arm/arm32/cpu.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e88078a0c991 -r 81552f6076ce sys/arch/arm/arm32/cpu.c
--- a/sys/arch/arm/arm32/cpu.c  Fri Nov 30 01:42:43 2012 +0000
+++ b/sys/arch/arm/arm32/cpu.c  Fri Nov 30 08:12:27 2012 +0000
@@ -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 @@
                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] == '*' ? "" : " ",



Home | Main Index | Thread Index | Old Index