summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2010-05-18 21:23:51 +0000
committerraj <raj@FreeBSD.org>2010-05-18 21:23:51 +0000
commitb3627d097e18d12e92b27a7054404c3ad5326534 (patch)
tree115e374138cac75921d76874aed6bd8540ebec77
parent8ba0683100cd1e9f287aed8c03f5adfe3876d1c6 (diff)
downloadFreeBSD-src-b3627d097e18d12e92b27a7054404c3ad5326534.zip
FreeBSD-src-b3627d097e18d12e92b27a7054404c3ad5326534.tar.gz
Provide missing members for Book-E pmap (and fix build).
-rw-r--r--sys/powerpc/include/pmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/powerpc/include/pmap.h b/sys/powerpc/include/pmap.h
index a49bd6c..e0b3dc0 100644
--- a/sys/powerpc/include/pmap.h
+++ b/sys/powerpc/include/pmap.h
@@ -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 */
OpenPOWER on IntegriCloud