svn commit: r208843 - projects/ppc64/sys/powerpc/include
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Sat Jun 5 17:53:42 UTC 2010
Author: nwhitehorn
Date: Sat Jun 5 17:53:41 2010
New Revision: 208843
URL: http://svn.freebsd.org/changeset/base/208843
Log:
Remove duplicate definition of pmap_gen_count and friends on Book-E.
Modified:
projects/ppc64/sys/powerpc/include/pmap.h
Modified: projects/ppc64/sys/powerpc/include/pmap.h
==============================================================================
--- projects/ppc64/sys/powerpc/include/pmap.h Sat Jun 5 17:51:37 2010 (r208842)
+++ projects/ppc64/sys/powerpc/include/pmap.h Sat Jun 5 17:53:41 2010 (r208843)
@@ -154,8 +154,6 @@ struct pmap {
struct mtx pm_mtx; /* pmap mutex */
tlbtid_t pm_tid[MAXCPU]; /* TID to identify this pmap entries in TLB */
u_int pm_active; /* active on cpus */
- uint32_t pm_gen_count; /* generation count (pmap lock dropped) */
- u_int pm_retries;
int pm_refs; /* ref count */
struct pmap_statistics pm_stats; /* pmap statistics */
More information about the svn-src-projects
mailing list