Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 May 2010 21:23:51 +0000 (UTC)
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r208278 - head/sys/powerpc/include
Message-ID:  <201005182123.o4ILNpdf071615@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: raj
Date: Tue May 18 21:23:51 2010
New Revision: 208278
URL: http://svn.freebsd.org/changeset/base/208278

Log:
  Provide missing members for Book-E pmap (and fix build).

Modified:
  head/sys/powerpc/include/pmap.h

Modified: head/sys/powerpc/include/pmap.h
==============================================================================
--- head/sys/powerpc/include/pmap.h	Tue May 18 21:01:42 2010	(r208277)
+++ head/sys/powerpc/include/pmap.h	Tue May 18 21:23:51 2010	(r208278)
@@ -125,6 +125,8 @@ 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 */
 



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