Module Name: src
Committed By: skrll
Date: Fri Apr 10 09:18:36 UTC 2009
Modified Files:
src/sys/arch/hppa/hppa [nick-hppapmap]: pmap.c
Log Message:
Remove PMAPDEBUG define that crept in.
To generate a diff of this commit:
cvs rdiff -u -r1.43.8.44 -r1.43.8.45 src/sys/arch/hppa/hppa/pmap.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/hppa/hppa/pmap.c
diff -u src/sys/arch/hppa/hppa/pmap.c:1.43.8.44 src/sys/arch/hppa/hppa/pmap.c:1.43.8.45
--- src/sys/arch/hppa/hppa/pmap.c:1.43.8.44 Fri Apr 3 14:07:26 2009
+++ src/sys/arch/hppa/hppa/pmap.c Fri Apr 10 09:18:36 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.43.8.44 2009/04/03 14:07:26 skrll Exp $ */
+/* $NetBSD: pmap.c,v 1.43.8.45 2009/04/10 09:18:36 skrll Exp $ */
/*-
* Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.43.8.44 2009/04/03 14:07:26 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.43.8.45 2009/04/10 09:18:36 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -89,8 +89,6 @@
#include <ddb/db_output.h>
#endif
-#define PMAPDEBUG
-
#ifdef PMAPDEBUG
#define static /**/