diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2019-04-26 07:59:47 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-05-02 17:20:24 +0200 |
commit | 45d0ba527b575d47b2be75dd517b57cceda04bfe (patch) | |
tree | ed16ff34e6d45bb5641688eb5683452dc69f5759 /arch/powerpc/include/asm/page.h | |
parent | powerpc/mm: cleanup ifdef mess in add_huge_page_size() (diff) | |
download | linux-45d0ba527b575d47b2be75dd517b57cceda04bfe.tar.xz linux-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/include/asm/page.h')
-rw-r--r-- | arch/powerpc/include/asm/page.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/page.h b/arch/powerpc/include/asm/page.h index 748f5db2e2b7..6b508420d92b 100644 --- a/arch/powerpc/include/asm/page.h +++ b/arch/powerpc/include/asm/page.h @@ -29,7 +29,6 @@ #ifndef __ASSEMBLY__ #ifdef CONFIG_HUGETLB_PAGE -extern bool hugetlb_disabled; extern unsigned int HPAGE_SHIFT; #else #define HPAGE_SHIFT PAGE_SHIFT |