Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp700/hp700 Fix DEBUG build after previous.
details: https://anonhg.NetBSD.org/src/rev/7e7ed26d9db6
branches: trunk
changeset: 759516:7e7ed26d9db6
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Dec 12 08:52:49 2010 +0000
description:
Fix DEBUG build after previous.
diffstat:
sys/arch/hp700/hp700/machdep.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r a26a1d09489e -r 7e7ed26d9db6 sys/arch/hp700/hp700/machdep.c
--- a/sys/arch/hp700/hp700/machdep.c Sun Dec 12 08:23:14 2010 +0000
+++ b/sys/arch/hp700/hp700/machdep.c Sun Dec 12 08:52:49 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.92 2010/12/12 08:23:14 skrll Exp $ */
+/* $NetBSD: machdep.c,v 1.93 2010/12/12 08:52:49 skrll Exp $ */
/*-
* Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.92 2010/12/12 08:23:14 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.93 2010/12/12 08:52:49 skrll Exp $");
#include "opt_cputype.h"
#include "opt_ddb.h"
@@ -659,7 +659,8 @@
pdc_model.hv = 0;
} else {
#ifdef DEBUG
- printf("pdc_model.hvers %d\n", pdc_model.hvers);
+ printf("pdc_model.hwmodel/hv %x/%x\n", pdc_model.hwmodel,
+ pdc_model.hv);
#endif
}
/* XXXNH - check */
Home |
Main Index |
Thread Index |
Old Index