Module Name: src
Committed By: matt
Date: Fri Jun 26 22:14:01 UTC 2015
Modified Files:
src/sys/arch/evbmips/rasoc: machdep.c
Log Message:
Remove pmapdebug stuff
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbmips/rasoc/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/evbmips/rasoc/machdep.c
diff -u src/sys/arch/evbmips/rasoc/machdep.c:1.10 src/sys/arch/evbmips/rasoc/machdep.c:1.11
--- src/sys/arch/evbmips/rasoc/machdep.c:1.10 Wed Apr 30 01:01:47 2014
+++ src/sys/arch/evbmips/rasoc/machdep.c Fri Jun 26 22:14:01 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.10 2014/04/30 01:01:47 matt Exp $ */
+/* $NetBSD: machdep.c,v 1.11 2015/06/26 22:14:01 matt Exp $ */
/*-
* Copyright (c) 2011 CradlePoint Technology, Inc.
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.10 2014/04/30 01:01:47 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.11 2015/06/26 22:14:01 matt Exp $");
#include <sys/param.h>
#include <sys/boot_flag.h>
@@ -217,17 +217,7 @@ mach_init(void)
void
cpu_startup(void)
{
-#ifdef DEBUG
- extern int pmapdebug;
- const int opmapdebug = pmapdebug;
- pmapdebug = 0; /* Shut up pmap debug during bootstrap */
-#endif
-
cpu_startup_common();
-
-#ifdef DEBUG
- pmapdebug = opmapdebug;
-#endif
}
void