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 use PRIxCPUSET



details:   https://anonhg.NetBSD.org/src/rev/3b2d7a578e54
branches:  trunk
changeset: 808888:3b2d7a578e54
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sat Jun 06 17:46:47 2015 +0000

description:
use PRIxCPUSET
now this builds again on o32

diffstat:

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

diffs (27 lines):

diff -r 0d41c3638af8 -r 3b2d7a578e54 sys/arch/mips/mips/cpu_subr.c
--- a/sys/arch/mips/mips/cpu_subr.c     Sat Jun 06 17:45:49 2015 +0000
+++ b/sys/arch/mips/mips/cpu_subr.c     Sat Jun 06 17:46:47 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu_subr.c,v 1.21 2015/06/04 05:32:05 matt Exp $       */
+/*     $NetBSD: cpu_subr.c,v 1.22 2015/06/06 17:46:47 macallan 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.21 2015/06/04 05:32:05 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu_subr.c,v 1.22 2015/06/06 17:46:47 macallan Exp $");
 
 #include "opt_cputype.h"
 #include "opt_ddb.h"
@@ -935,7 +935,7 @@
 {
        CPU_INFO_ITERATOR cii;
        struct cpu_info *ci;
-       aprint_verbose("Booting secondary processors (%#"PRIx64")",
+       aprint_verbose("Booting secondary processors (%#"PRIxCPUSET")",
            cpus_hatched);
        for (CPU_INFO_FOREACH(cii, ci)) {
                if (CPU_IS_PRIMARY(ci))



Home | Main Index | Thread Index | Old Index