Module Name: src
Committed By: skrll
Date: Sun Dec 12 08:52:49 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Fix DEBUG build after previous.
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/hp700/hp700/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/hp700/hp700/machdep.c
diff -u src/sys/arch/hp700/hp700/machdep.c:1.92 src/sys/arch/hp700/hp700/machdep.c:1.93
--- src/sys/arch/hp700/hp700/machdep.c:1.92 Sun Dec 12 08:23:14 2010
+++ src/sys/arch/hp700/hp700/machdep.c Sun Dec 12 08:52:49 2010
@@ -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 */