Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jan 2012 23:37:05 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r230684 - stable/8/sys/sparc64/sparc64
Message-ID:  <201201282337.q0SNb59n004768@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201282337.q0SNb59n004768>