Commit 49b24d6b authored by Nicolas Kaiser's avatar Nicolas Kaiser Committed by Linus Torvalds

include/asm-generic/pgtable.h: fix unbalanced parenthesis

Signed-off-by: default avatarNicolas Kaiser <nikai@nikai.net>
Reviewed-by: default avatarAndrea Arcangeli <aarcange@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9e6f3438
......@@ -88,7 +88,7 @@ static inline pmd_t pmdp_get_and_clear(struct mm_struct *mm,
pmd_t pmd = *pmdp;
pmd_clear(mm, address, pmdp);
return pmd;
})
}
#endif /* CONFIG_TRANSPARENT_HUGEPAGE */
#endif
......
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