Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/gemini catch up with physmem type change (in...



details:   https://anonhg.NetBSD.org/src/rev/488ed410cf13
branches:  trunk
changeset: 820120:488ed410cf13
user:      rin <rin%NetBSD.org@localhost>
date:      Fri Dec 30 07:35:14 2016 +0000

description:
catch up with physmem type change (in the same manner as sdp24xx_machdep.c)

diffstat:

 sys/arch/evbarm/gemini/gemini_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b9ec3c59c358 -r 488ed410cf13 sys/arch/evbarm/gemini/gemini_machdep.c
--- a/sys/arch/evbarm/gemini/gemini_machdep.c   Fri Dec 30 03:36:51 2016 +0000
+++ b/sys/arch/evbarm/gemini/gemini_machdep.c   Fri Dec 30 07:35:14 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gemini_machdep.c,v 1.23 2016/12/22 14:47:55 cherry Exp $       */
+/*     $NetBSD: gemini_machdep.c,v 1.24 2016/12/30 07:35:14 rin Exp $  */
 
 /* adapted from:
  *     NetBSD: sdp24xx_machdep.c,v 1.4 2008/08/27 11:03:10 matt Exp
@@ -129,7 +129,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gemini_machdep.c,v 1.23 2016/12/22 14:47:55 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gemini_machdep.c,v 1.24 2016/12/30 07:35:14 rin Exp $");
 
 #include "opt_machdep.h"
 #include "opt_ddb.h"
@@ -1150,7 +1150,7 @@
 
        printf(mem_fmt, "SDRAM", physical_start, physical_end-1,
            KERN_PHYSTOV(physical_start), KERN_PHYSTOV(physical_end-1),
-           physmem);
+           (int)physmem);
        printf(mem_fmt, "text section",
               KERN_VTOPHYS(KERNEL_BASE_virt), KERN_VTOPHYS(etext-1),
               (vaddr_t)KERNEL_BASE_virt, (vaddr_t)etext-1,



Home | Main Index | Thread Index | Old Index