aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
Diffstat (limited to 'mm')
-rw-r--r--mm/huge_memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/huge_memory.c b/mm/huge_memory.c
index 50342eff7960..b1cf73bc3b12 100644
--- a/mm/huge_memory.c
+++ b/mm/huge_memory.c
@@ -2320,7 +2320,7 @@ static void collapse_huge_page(struct mm_struct *mm,
2320 pgtable_t pgtable; 2320 pgtable_t pgtable;
2321 struct page *new_page; 2321 struct page *new_page;
2322 spinlock_t *pmd_ptl, *pte_ptl; 2322 spinlock_t *pmd_ptl, *pte_ptl;
2323 int isolated, result = 0; 2323 int isolated = 0, result = 0;
2324 unsigned long hstart, hend; 2324 unsigned long hstart, hend;
2325 struct mem_cgroup *memcg; 2325 struct mem_cgroup *memcg;
2326 unsigned long mmun_start; /* For mmu_notifiers */ 2326 unsigned long mmun_start; /* For mmu_notifiers */