Commit 45d0ba52 authored by Christophe Leroy's avatar Christophe Leroy Committed by Michael Ellerman

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: default avatarChristophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 723f268f
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
#include <asm/nohash/32/hugetlb-8xx.h> #include <asm/nohash/32/hugetlb-8xx.h>
#endif /* CONFIG_PPC_BOOK3S_64 */ #endif /* CONFIG_PPC_BOOK3S_64 */
extern bool hugetlb_disabled;
void flush_dcache_icache_hugepage(struct page *page); void flush_dcache_icache_hugepage(struct page *page);
int slice_is_hugepage_only_range(struct mm_struct *mm, unsigned long addr, int slice_is_hugepage_only_range(struct mm_struct *mm, unsigned long addr,
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
#ifdef CONFIG_HUGETLB_PAGE #ifdef CONFIG_HUGETLB_PAGE
extern bool hugetlb_disabled;
extern unsigned int HPAGE_SHIFT; extern unsigned int HPAGE_SHIFT;
#else #else
#define HPAGE_SHIFT PAGE_SHIFT #define HPAGE_SHIFT PAGE_SHIFT
......
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
#include <linux/sysfs.h> #include <linux/sysfs.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/cma.h> #include <linux/cma.h>
#include <linux/hugetlb.h>
#include <asm/debugfs.h> #include <asm/debugfs.h>
#include <asm/page.h> #include <asm/page.h>
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
#include <linux/context_tracking.h> #include <linux/context_tracking.h>
#include <linux/libfdt.h> #include <linux/libfdt.h>
#include <linux/pkeys.h> #include <linux/pkeys.h>
#include <linux/hugetlb.h>
#include <asm/debugfs.h> #include <asm/debugfs.h>
#include <asm/processor.h> #include <asm/processor.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment