dect
/
linux-2.6
Archived
13
0
Fork 0

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

Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Reviewed-by: Andrea Arcangeli <aarcange@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Nicolas Kaiser 2011-06-15 15:08:34 -07:00 committed by Linus Torvalds
parent 9e6f343852
commit 49b24d6b41
1 changed files with 1 additions and 1 deletions

View File

@ -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