Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/sys/arch/arm/arm32 Pull up following revision(s) (request...
details: https://anonhg.NetBSD.org/src/rev/24ff8dec7d7f
branches: netbsd-6
changeset: 775640:24ff8dec7d7f
user: riz <riz%NetBSD.org@localhost>
date: Fri Feb 08 19:57:18 2013 +0000
description:
Pull up following revision(s) (requested by msaitoh in ticket #788):
sys/arch/arm/arm32/cpu.c: revision 1.89
S/,/;/
diffstat:
sys/arch/arm/arm32/cpu.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 2bdd54fd54ac -r 24ff8dec7d7f sys/arch/arm/arm32/cpu.c
--- a/sys/arch/arm/arm32/cpu.c Fri Feb 08 19:54:45 2013 +0000
+++ b/sys/arch/arm/arm32/cpu.c Fri Feb 08 19:57:18 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.78.10.1 2012/08/09 06:36:45 jdc Exp $ */
+/* $NetBSD: cpu.c,v 1.78.10.2 2013/02/08 19:57:18 riz Exp $ */
/*
* Copyright (c) 1995 Mark Brinicombe.
@@ -46,7 +46,7 @@
#include <sys/param.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.78.10.1 2012/08/09 06:36:45 jdc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.78.10.2 2013/02/08 19:57:18 riz Exp $");
#include <sys/systm.h>
#include <sys/malloc.h>
@@ -502,7 +502,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