|
@@ -92,6 +92,7 @@ struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
|
|
|
struct hash_pte *htab_address;
|
|
|
unsigned long htab_size_bytes;
|
|
|
unsigned long htab_hash_mask;
|
|
|
+EXPORT_SYMBOL_GPL(htab_hash_mask);
|
|
|
int mmu_linear_psize = MMU_PAGE_4K;
|
|
|
int mmu_virtual_psize = MMU_PAGE_4K;
|
|
|
int mmu_vmalloc_psize = MMU_PAGE_4K;
|
|
@@ -102,6 +103,7 @@ int mmu_io_psize = MMU_PAGE_4K;
|
|
|
int mmu_kernel_ssize = MMU_SEGSIZE_256M;
|
|
|
int mmu_highuser_ssize = MMU_SEGSIZE_256M;
|
|
|
u16 mmu_slb_size = 64;
|
|
|
+EXPORT_SYMBOL_GPL(mmu_slb_size);
|
|
|
#ifdef CONFIG_HUGETLB_PAGE
|
|
|
unsigned int HPAGE_SHIFT;
|
|
|
#endif
|