Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280612
b: refs/heads/master
c: c86cce2
h: refs/heads/master
v: v3
  • Loading branch information
Christian Borntraeger authored and Martin Schwidefsky committed Dec 27, 2011
1 parent d121f84 commit e5b23e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1fb810576f0e92451a5d46774bbd593946ca3526
refs/heads/master: c86cce2a20207cbf2b3dfe97c985a1f5aa5d3798
3 changes: 3 additions & 0 deletions trunk/arch/s390/mm/pgtable.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,10 @@ static int gmap_alloc_table(struct gmap *gmap,
struct page *page;
unsigned long *new;

/* since we dont free the gmap table until gmap_free we can unlock */
spin_unlock(&gmap->mm->page_table_lock);
page = alloc_pages(GFP_KERNEL, ALLOC_ORDER);
spin_lock(&gmap->mm->page_table_lock);
if (!page)
return -ENOMEM;
new = (unsigned long *) page_to_phys(page);
Expand Down

0 comments on commit e5b23e2

Please sign in to comment.