diff options
Diffstat (limited to 'arch/mn10300/mm')
-rw-r--r-- | arch/mn10300/mm/pgtable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mn10300/mm/pgtable.c b/arch/mn10300/mm/pgtable.c index 4ebf117c3285..bd9ada693f95 100644 --- a/arch/mn10300/mm/pgtable.c +++ b/arch/mn10300/mm/pgtable.c | |||
@@ -95,7 +95,7 @@ struct page *pte_alloc_one(struct mm_struct *mm, unsigned long address) | |||
95 | * checks at dup_mmap(), exec(), and other mmlist addition points | 95 | * checks at dup_mmap(), exec(), and other mmlist addition points |
96 | * could be used. The locking scheme was chosen on the basis of | 96 | * could be used. The locking scheme was chosen on the basis of |
97 | * manfred's recommendations and having no core impact whatsoever. | 97 | * manfred's recommendations and having no core impact whatsoever. |
98 | * -- wli | 98 | * -- nyc |
99 | */ | 99 | */ |
100 | DEFINE_SPINLOCK(pgd_lock); | 100 | DEFINE_SPINLOCK(pgd_lock); |
101 | struct page *pgd_list; | 101 | struct page *pgd_list; |