svn commit: r230684 - stable/8/sys/sparc64/sparc64

Marius Strobl marius at FreeBSD.org
Sat Jan 28 23:37:06 UTC 2012


Author: marius
Date: Sat Jan 28 23:37:05 2012
New Revision: 230684
URL: http://svn.freebsd.org/changeset/base/230684

Log:
  MFC: r225901
  
  Remove obsolete macros.

Modified:
  stable/8/sys/sparc64/sparc64/pmap.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/sparc64/sparc64/pmap.c
==============================================================================
--- stable/8/sys/sparc64/sparc64/pmap.c	Sat Jan 28 23:37:04 2012	(r230683)
+++ stable/8/sys/sparc64/sparc64/pmap.c	Sat Jan 28 23:37:05 2012	(r230684)
@@ -100,12 +100,6 @@ __FBSDID("$FreeBSD$");
 #include <machine/tsb.h>
 #include <machine/ver.h>
 
-#define	PMAP_DEBUG
-
-#ifndef	PMAP_SHPGPERPROC
-#define	PMAP_SHPGPERPROC	200
-#endif
-
 /* XXX */
 #include "opt_sched.h"
 #ifndef SCHED_4BSD


More information about the svn-src-stable mailing list