Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Print cpu_model after copyright.



details:   https://anonhg.NetBSD.org/src/rev/c77bbcea33dd
branches:  trunk
changeset: 338308:c77bbcea33dd
user:      matt <matt%NetBSD.org@localhost>
date:      Mon May 18 01:32:52 2015 +0000

description:
Print cpu_model after copyright.

diffstat:

 sys/arch/mips/mips/cpu_subr.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r b842867b7e44 -r c77bbcea33dd sys/arch/mips/mips/cpu_subr.c
--- a/sys/arch/mips/mips/cpu_subr.c     Mon May 18 01:32:18 2015 +0000
+++ b/sys/arch/mips/mips/cpu_subr.c     Mon May 18 01:32:52 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu_subr.c,v 1.17 2014/05/19 22:47:53 rmind Exp $      */
+/*     $NetBSD: cpu_subr.c,v 1.18 2015/05/18 01:32:52 matt Exp $       */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu_subr.c,v 1.17 2014/05/19 22:47:53 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu_subr.c,v 1.18 2015/05/18 01:32:52 matt Exp $");
 
 #include "opt_ddb.h"
 #include "opt_multiprocessor.h"
@@ -291,6 +291,7 @@
         * Good {morning,afternoon,evening,night}.
         */
        printf("%s%s", copyright, version);
+       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