|
|
@@ -364,7 +364,9 @@ struct mm_struct {
|
|
|
atomic_t mm_users; /* How many users with user space? */
|
|
|
atomic_t mm_count; /* How many references to "struct mm_struct" (users count as 1) */
|
|
|
atomic_long_t nr_ptes; /* PTE page table pages */
|
|
|
+#if CONFIG_PGTABLE_LEVELS > 2
|
|
|
atomic_long_t nr_pmds; /* PMD page table pages */
|
|
|
+#endif
|
|
|
int map_count; /* number of VMAs */
|
|
|
|
|
|
spinlock_t page_table_lock; /* Protects page tables and some counters */
|