diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2019-04-26 05:59:47 +0000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-05-03 01:20:24 +1000 |
commit | 45d0ba527b575d47b2be75dd517b57cceda04bfe (patch) | |
tree | ed16ff34e6d45bb5641688eb5683452dc69f5759 /arch/powerpc/mm/book3s64/hash_utils.c | |
parent | 723f268f19daddba56a987b934f3e34a04b6499d (diff) | |
download | lwn-45d0ba527b575d47b2be75dd517b57cceda04bfe.tar.gz lwn-45d0ba527b575d47b2be75dd517b57cceda04bfe.zip |
powerpc/mm: move hugetlb_disabled into asm/hugetlb.h
No need to have this in asm/page.h, move it into asm/hugetlb.h
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/mm/book3s64/hash_utils.c')
-rw-r--r-- | arch/powerpc/mm/book3s64/hash_utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/mm/book3s64/hash_utils.c b/arch/powerpc/mm/book3s64/hash_utils.c index 23ed8db645ad..f0ce860a69ac 100644 --- a/arch/powerpc/mm/book3s64/hash_utils.c +++ b/arch/powerpc/mm/book3s64/hash_utils.c @@ -37,6 +37,7 @@ #include <linux/context_tracking.h> #include <linux/libfdt.h> #include <linux/pkeys.h> +#include <linux/hugetlb.h> #include <asm/debugfs.h> #include <asm/processor.h> |