Loading arch/powerpc/include/asm/book3s/64/hugetlb-radix.h→arch/powerpc/include/asm/book3s/64/hugetlb.h +2 −2 Original line number Diff line number Diff line #ifndef _ASM_POWERPC_BOOK3S_64_HUGETLB_RADIX_H #define _ASM_POWERPC_BOOK3S_64_HUGETLB_RADIX_H #ifndef _ASM_POWERPC_BOOK3S_64_HUGETLB_H #define _ASM_POWERPC_BOOK3S_64_HUGETLB_H /* * For radix we want generic code to handle hugetlb. But then if we want * both hash and radix to be enabled together we need to workaround the Loading arch/powerpc/include/asm/hugetlb.h +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ extern struct kmem_cache *hugepte_cache; #ifdef CONFIG_PPC_BOOK3S_64 #include <asm/book3s/64/hugetlb-radix.h> #include <asm/book3s/64/hugetlb.h> /* * This should work for other subarchs too. But right now we use the * new format only for 64bit book3s Loading Loading
arch/powerpc/include/asm/book3s/64/hugetlb-radix.h→arch/powerpc/include/asm/book3s/64/hugetlb.h +2 −2 Original line number Diff line number Diff line #ifndef _ASM_POWERPC_BOOK3S_64_HUGETLB_RADIX_H #define _ASM_POWERPC_BOOK3S_64_HUGETLB_RADIX_H #ifndef _ASM_POWERPC_BOOK3S_64_HUGETLB_H #define _ASM_POWERPC_BOOK3S_64_HUGETLB_H /* * For radix we want generic code to handle hugetlb. But then if we want * both hash and radix to be enabled together we need to workaround the Loading
arch/powerpc/include/asm/hugetlb.h +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ extern struct kmem_cache *hugepte_cache; #ifdef CONFIG_PPC_BOOK3S_64 #include <asm/book3s/64/hugetlb-radix.h> #include <asm/book3s/64/hugetlb.h> /* * This should work for other subarchs too. But right now we use the * new format only for 64bit book3s Loading