]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/powerpc/include/asm/book3s/64/hugetlb.h
powerpc/mm/hugetlb: Allow runtime allocation of 16G.
[mirror_ubuntu-artful-kernel.git] / arch / powerpc / include / asm / book3s / 64 / hugetlb.h
index 5c28bd6f2ae13f52fbbf79da538ece1de6600d3d..2d1ca488ca44e47a91e52bcd4cb2fbcf9159742a 100644 (file)
@@ -54,9 +54,7 @@ static inline pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma,
 #ifdef CONFIG_ARCH_HAS_GIGANTIC_PAGE
 static inline bool gigantic_page_supported(void)
 {
-       if (radix_enabled())
-               return true;
-       return false;
+       return true;
 }
 #endif