Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/alchemy Typo



details:   https://anonhg.NetBSD.org/src/rev/fb08ba5823b6
branches:  trunk
changeset: 794804:fb08ba5823b6
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Mar 25 10:44:12 2014 +0000

description:
Typo

diffstat:

 sys/arch/evbmips/alchemy/machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5d05a5fcc986 -r fb08ba5823b6 sys/arch/evbmips/alchemy/machdep.c
--- a/sys/arch/evbmips/alchemy/machdep.c        Tue Mar 25 10:23:26 2014 +0000
+++ b/sys/arch/evbmips/alchemy/machdep.c        Tue Mar 25 10:44:12 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.53 2014/03/24 20:06:31 christos Exp $ */
+/* $NetBSD: machdep.c,v 1.54 2014/03/25 10:44:12 martin Exp $ */
 
 /*-
  * Copyright (c) 2006 Itronix Inc.
@@ -70,7 +70,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.53 2014/03/24 20:06:31 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.54 2014/03/25 10:44:12 martin Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -356,7 +356,7 @@
         * Good {morning,afternoon,evening,night}.
         */
        printf("%s%s", copyright, version);
-       printf("%s\n", gpu_getmodel());
+       printf("%s\n", cpu_getmodel());
        format_bytes(pbuf, sizeof(pbuf), ctob(physmem));
        printf("total memory = %s\n", pbuf);
 



Home | Main Index | Thread Index | Old Index