aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc64/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc64/mmu.h')
-rw-r--r--include/asm-ppc64/mmu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc64/mmu.h b/include/asm-ppc64/mmu.h
index 789c2693483c..ad36bb28de29 100644
--- a/include/asm-ppc64/mmu.h
+++ b/include/asm-ppc64/mmu.h
@@ -307,7 +307,7 @@ typedef unsigned long mm_context_id_t;
307typedef struct { 307typedef struct {
308 mm_context_id_t id; 308 mm_context_id_t id;
309#ifdef CONFIG_HUGETLB_PAGE 309#ifdef CONFIG_HUGETLB_PAGE
310 u16 htlb_segs; /* bitmask */ 310 u16 low_htlb_areas, high_htlb_areas;
311#endif 311#endif
312} mm_context_t; 312} mm_context_t;
313 313