svn commit: r230683 - stable/9/sys/sparc64/sparc64
Marius Strobl
marius at FreeBSD.org
Sat Jan 28 23:37:05 UTC 2012
Author: marius
Date: Sat Jan 28 23:37:04 2012
New Revision: 230683
URL: http://svn.freebsd.org/changeset/base/230683
Log:
MFC: r225901
Remove obsolete macros.
Modified:
stable/9/sys/sparc64/sparc64/pmap.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/amd64/include/xen/ (props changed)
stable/9/sys/boot/ (props changed)
stable/9/sys/boot/i386/efi/ (props changed)
stable/9/sys/boot/ia64/efi/ (props changed)
stable/9/sys/boot/ia64/ski/ (props changed)
stable/9/sys/boot/powerpc/boot1.chrp/ (props changed)
stable/9/sys/boot/powerpc/ofw/ (props changed)
stable/9/sys/cddl/contrib/opensolaris/ (props changed)
stable/9/sys/conf/ (props changed)
stable/9/sys/contrib/dev/acpica/ (props changed)
stable/9/sys/contrib/octeon-sdk/ (props changed)
stable/9/sys/contrib/pf/ (props changed)
stable/9/sys/contrib/x86emu/ (props changed)
Modified: stable/9/sys/sparc64/sparc64/pmap.c
==============================================================================
--- stable/9/sys/sparc64/sparc64/pmap.c Sat Jan 28 23:35:24 2012 (r230682)
+++ stable/9/sys/sparc64/sparc64/pmap.c Sat Jan 28 23:37:04 2012 (r230683)
@@ -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-9
mailing list