Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/tisdp24xx another physmem type change



details:   https://anonhg.NetBSD.org/src/rev/add3aff35977
branches:  trunk
changeset: 819956:add3aff35977
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Sat Dec 24 17:36:59 2016 +0000

description:
another physmem type change

diffstat:

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

diffs (27 lines):

diff -r 818b4d5830c6 -r add3aff35977 sys/arch/evbarm/tisdp24xx/sdp24xx_machdep.c
--- a/sys/arch/evbarm/tisdp24xx/sdp24xx_machdep.c       Sat Dec 24 17:18:00 2016 +0000
+++ b/sys/arch/evbarm/tisdp24xx/sdp24xx_machdep.c       Sat Dec 24 17:36:59 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sdp24xx_machdep.c,v 1.17 2016/12/22 14:47:56 cherry Exp $ */
+/*     $NetBSD: sdp24xx_machdep.c,v 1.18 2016/12/24 17:36:59 mlelstv Exp $ */
 
 /*
  * Machine dependent functions for kernel setup for TI OSK5912 board.
@@ -125,7 +125,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sdp24xx_machdep.c,v 1.17 2016/12/22 14:47:56 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sdp24xx_machdep.c,v 1.18 2016/12/24 17:36:59 mlelstv Exp $");
 
 #include "opt_machdep.h"
 #include "opt_ddb.h"
@@ -870,7 +870,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(physical_start), KERN_VTOPHYS(etext-1),
               (vaddr_t)KERNEL_BASE_phys, (vaddr_t)etext-1,



Home | Main Index | Thread Index | Old Index