diff options
author | Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> | 2013-11-12 18:07:15 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-12 22:09:03 -0500 |
commit | c69ded84a968e8ecc529b4de68522e4a2dcbf92a (patch) | |
tree | f4d52444f1d49fbfe7e3324ee8668345ef2e8b18 /mm/memory.c | |
parent | 3207d9e72c6227b0a9a2624ae7984b32af5fb288 (diff) |
mm: remove obsolete comments about page table lock
The callers of free_pgd_range() and hugetlb_free_pgd_range() don't hold
page table locks. The comments seems to be obsolete, so let's remove
them.
Signed-off-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/memory.c')
-rw-r--r-- | mm/memory.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/memory.c b/mm/memory.c index 1f2287eaa88e..15744b2cf919 100644 --- a/mm/memory.c +++ b/mm/memory.c | |||
@@ -453,8 +453,6 @@ static inline void free_pud_range(struct mmu_gather *tlb, pgd_t *pgd, | |||
453 | 453 | ||
454 | /* | 454 | /* |
455 | * This function frees user-level page tables of a process. | 455 | * This function frees user-level page tables of a process. |
456 | * | ||
457 | * Must be called with pagetable lock held. | ||
458 | */ | 456 | */ |
459 | void free_pgd_range(struct mmu_gather *tlb, | 457 | void free_pgd_range(struct mmu_gather *tlb, |
460 | unsigned long addr, unsigned long end, | 458 | unsigned long addr, unsigned long end, |