diff options
Diffstat (limited to 'arch/sparc/include/asm/mmu_64.h')
| -rw-r--r-- | arch/sparc/include/asm/mmu_64.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/mmu_64.h b/arch/sparc/include/asm/mmu_64.h index 70067ce184b1..f7de0dbc38af 100644 --- a/arch/sparc/include/asm/mmu_64.h +++ b/arch/sparc/include/asm/mmu_64.h | |||
| @@ -92,7 +92,8 @@ struct tsb_config { | |||
| 92 | typedef struct { | 92 | typedef struct { |
| 93 | spinlock_t lock; | 93 | spinlock_t lock; |
| 94 | unsigned long sparc64_ctx_val; | 94 | unsigned long sparc64_ctx_val; |
| 95 | unsigned long huge_pte_count; | 95 | unsigned long hugetlb_pte_count; |
| 96 | unsigned long thp_pte_count; | ||
| 96 | struct tsb_config tsb_block[MM_NUM_TSBS]; | 97 | struct tsb_config tsb_block[MM_NUM_TSBS]; |
| 97 | struct hv_tsb_descr tsb_descr[MM_NUM_TSBS]; | 98 | struct hv_tsb_descr tsb_descr[MM_NUM_TSBS]; |
| 98 | } mm_context_t; | 99 | } mm_context_t; |
