Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/oea Use more appropriate type.



details:   https://anonhg.NetBSD.org/src/rev/253c6a1c5e56
branches:  trunk
changeset: 327140:253c6a1c5e56
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Feb 28 05:34:39 2014 +0000

description:
Use more appropriate type.

diffstat:

 sys/arch/powerpc/oea/oea_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0cd0b3e74e0a -r 253c6a1c5e56 sys/arch/powerpc/oea/oea_machdep.c
--- a/sys/arch/powerpc/oea/oea_machdep.c        Fri Feb 28 05:33:53 2014 +0000
+++ b/sys/arch/powerpc/oea/oea_machdep.c        Fri Feb 28 05:34:39 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: oea_machdep.c,v 1.68 2013/11/03 22:27:27 mrg Exp $     */
+/*     $NetBSD: oea_machdep.c,v 1.69 2014/02/28 05:34:39 matt Exp $    */
 
 /*
  * Copyright (C) 2002 Matt Thomas
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: oea_machdep.c,v 1.68 2013/11/03 22:27:27 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: oea_machdep.c,v 1.69 2014/02/28 05:34:39 matt Exp $");
 
 #include "opt_ppcarch.h"
 #include "opt_compat_netbsd.h"
@@ -915,7 +915,7 @@
                }
        }
 #endif
-       __syncicache((void *)exc_exi_base, (int)extsize);
+       __syncicache((void *)exc_exi_base, (size_t)extsize);
 
        __asm volatile ("mtmsr %0" :: "r"(omsr));
 }



Home | Main Index | Thread Index | Old Index