aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/include/pmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sparc64/include/pmap.h b/sys/sparc64/include/pmap.h
index 752decf4130b..e2684d86967a 100644
--- a/sys/sparc64/include/pmap.h
+++ b/sys/sparc64/include/pmap.h
@@ -42,9 +42,11 @@ struct md_page {
struct pmap {
struct stte pm_stte;
+ vm_object_t pm_object;
u_int pm_active;
u_int pm_context;
u_int pm_count;
+ u_int pm_pages;
struct pmap_statistics pm_stats;
};