diff options
Diffstat (limited to 'arch/s390/mm')
-rw-r--r-- | arch/s390/mm/pgtable.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/s390/mm/pgtable.c b/arch/s390/mm/pgtable.c index 6d16132d0850..1224db4a4055 100644 --- a/arch/s390/mm/pgtable.c +++ b/arch/s390/mm/pgtable.c | |||
@@ -245,7 +245,9 @@ EXPORT_SYMBOL_GPL(gmap_disable); | |||
245 | * gmap_alloc_table is assumed to be called with mmap_sem held | 245 | * gmap_alloc_table is assumed to be called with mmap_sem held |
246 | */ | 246 | */ |
247 | static int gmap_alloc_table(struct gmap *gmap, | 247 | static int gmap_alloc_table(struct gmap *gmap, |
248 | unsigned long *table, unsigned long init) | 248 | unsigned long *table, unsigned long init) |
249 | __releases(&gmap->mm->page_table_lock) | ||
250 | __acquires(&gmap->mm->page_table_lock) | ||
249 | { | 251 | { |
250 | struct page *page; | 252 | struct page *page; |
251 | unsigned long *new; | 253 | unsigned long *new; |