Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/sparc use CPU_INFO_ITERATOR instead of int.



details:   https://anonhg.NetBSD.org/src/rev/058034943f61
branches:  trunk
changeset: 325221:058034943f61
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 13 10:31:05 2013 +0000

description:
use CPU_INFO_ITERATOR instead of int.

diffstat:

 sys/arch/sparc/sparc/pmap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 854a61cab9f3 -r 058034943f61 sys/arch/sparc/sparc/pmap.c
--- a/sys/arch/sparc/sparc/pmap.c       Fri Dec 13 10:27:56 2013 +0000
+++ b/sys/arch/sparc/sparc/pmap.c       Fri Dec 13 10:31:05 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.355 2013/12/10 17:24:47 macallan Exp $ */
+/*     $NetBSD: pmap.c,v 1.356 2013/12/13 10:31:05 christos Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -56,7 +56,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.355 2013/12/10 17:24:47 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.356 2013/12/13 10:31:05 christos Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -2321,7 +2321,7 @@
 
 #if defined(SUN4M) || defined(SUN4D)
        if (CPU_HAS_SRMMU) {
-               int i;
+               CPU_INFO_ITERATOR i;
 
                __USE(i);
 



Home | Main Index | Thread Index | Old Index