Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/sparc64/sparc64 Pull up revision 1.132 (reques...



details:   https://anonhg.NetBSD.org/src/rev/a1cc3db83233
branches:  netbsd-1-6
changeset: 529303:a1cc3db83233
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Nov 08 09:25:26 2002 +0000

description:
Pull up revision 1.132 (requested by martin in ticket #916):
Make 32bit sparc64 kernels with DEBUG and DIAGNOSTIC compile.

diffstat:

 sys/arch/sparc64/sparc64/machdep.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a9a503583732 -r a1cc3db83233 sys/arch/sparc64/sparc64/machdep.c
--- a/sys/arch/sparc64/sparc64/machdep.c        Fri Nov 08 09:25:08 2002 +0000
+++ b/sys/arch/sparc64/sparc64/machdep.c        Fri Nov 08 09:25:26 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.119.6.2 2002/06/13 02:47:34 lukem Exp $ */
+/*     $NetBSD: machdep.c,v 1.119.6.3 2002/11/08 09:25:26 tron Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -1282,7 +1282,7 @@
                        (bus_size_t)len, flags);
                if (map->dm_mapsize != len) {
                        printf("load_mbuf: mapsize %ld != len %lx\n",
-                               map->dm_mapsize, len);
+                               (long)map->dm_mapsize, len);
                        Debugger();
                }
                sglen = 0;



Home | Main Index | Thread Index | Old Index