Module Name: src
Committed By: skrll
Date: Mon May 18 05:20:46 UTC 2009
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Remove stray printf.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 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.65 src/sys/arch/hp700/hp700/machdep.c:1.66
--- src/sys/arch/hp700/hp700/machdep.c:1.65 Mon May 18 05:19:15 2009
+++ src/sys/arch/hp700/hp700/machdep.c Mon May 18 05:20:46 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.65 2009/05/18 05:19:15 skrll Exp $ */
+/* $NetBSD: machdep.c,v 1.66 2009/05/18 05:20:46 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.65 2009/05/18 05:19:15 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.66 2009/05/18 05:20:46 skrll Exp $");
#include "opt_cputype.h"
#include "opt_ddb.h"
@@ -1022,7 +1022,6 @@
hpti_g(vaddr_t hpt, vsize_t hptsize)
{
-printf("%s: called %p %08x\n", __func__, (void *)hpt, (uint32_t)hptsize);
return pdc_call((iodcio_t)pdc, 0, PDC_TLB, PDC_TLB_CONFIG,
&pdc_hwtlb, hpt, hptsize, PDC_TLB_CURRPDE);
}