Module Name: src
Committed By: matt
Date: Mon Nov 23 18:23:02 UTC 2009
Modified Files:
src/sys/arch/sbmips/sbmips [matt-nb5-mips64]: machdep.c
Log Message:
Use %#
To generate a diff of this commit:
cvs rdiff -u -r1.38.10.1 -r1.38.10.2 src/sys/arch/sbmips/sbmips/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sbmips/sbmips/machdep.c
diff -u src/sys/arch/sbmips/sbmips/machdep.c:1.38.10.1 src/sys/arch/sbmips/sbmips/machdep.c:1.38.10.2
--- src/sys/arch/sbmips/sbmips/machdep.c:1.38.10.1 Mon Sep 7 23:01:43 2009
+++ src/sys/arch/sbmips/sbmips/machdep.c Mon Nov 23 18:23:02 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.38.10.1 2009/09/07 23:01:43 matt Exp $ */
+/* $NetBSD: machdep.c,v 1.38.10.2 2009/11/23 18:23:02 matt Exp $ */
/*
* Copyright 2000, 2001
@@ -58,7 +58,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.38.10.1 2009/09/07 23:01:43 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.38.10.2 2009/11/23 18:23:02 matt Exp $");
#include "opt_ddb.h"
#include "opt_execfmt.h"
@@ -231,7 +231,7 @@
mem_cluster_cnt = 0;
while (cfe_enummem(idx, 0, &start, &len, &type) == 0) {
added = 0;
- printf("Memory Block #%d start %08"PRIx64"X len %08"PRIx64"X: %s: ",
+ printf("Memory Block #%d start %#"PRIx64" len %#"PRIx64": %s: ",
idx, start, len, (type == CFE_MI_AVAILABLE) ?
"Available" : "Reserved");
if ((type == CFE_MI_AVAILABLE) &&