|
@@ -99,6 +99,7 @@ unsigned long htab_size_bytes;
|
|
|
unsigned long htab_hash_mask;
|
|
|
EXPORT_SYMBOL_GPL(htab_hash_mask);
|
|
|
int mmu_linear_psize = MMU_PAGE_4K;
|
|
|
+EXPORT_SYMBOL_GPL(mmu_linear_psize);
|
|
|
int mmu_virtual_psize = MMU_PAGE_4K;
|
|
|
int mmu_vmalloc_psize = MMU_PAGE_4K;
|
|
|
#ifdef CONFIG_SPARSEMEM_VMEMMAP
|
|
@@ -106,6 +107,7 @@ int mmu_vmemmap_psize = MMU_PAGE_4K;
|
|
|
#endif
|
|
|
int mmu_io_psize = MMU_PAGE_4K;
|
|
|
int mmu_kernel_ssize = MMU_SEGSIZE_256M;
|
|
|
+EXPORT_SYMBOL_GPL(mmu_kernel_ssize);
|
|
|
int mmu_highuser_ssize = MMU_SEGSIZE_256M;
|
|
|
u16 mmu_slb_size = 64;
|
|
|
EXPORT_SYMBOL_GPL(mmu_slb_size);
|