Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376567
b: refs/heads/master
c: e86cbd8
h: refs/heads/master
i:
  376565: 3570557
  376563: d79c49b
  376559: 2fd211b
v: v3
  • Loading branch information
Christian Borntraeger authored and Martin Schwidefsky committed May 31, 2013
1 parent 02957cf commit 85da719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8b811bae69cf30e0a9676d7dcafb0cf16f13b3bc
refs/heads/master: e86cbd8765bd2e1f9eeb209822449c9b1e5958cf
2 changes: 1 addition & 1 deletion trunk/arch/s390/mm/pgtable.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ static int gmap_connect_pgtable(unsigned long address, unsigned long segment,
mp = (struct gmap_pgtable *) page->index;
rmap->gmap = gmap;
rmap->entry = segment_ptr;
rmap->vmaddr = address;
rmap->vmaddr = address & PMD_MASK;
spin_lock(&mm->page_table_lock);
if (*segment_ptr == segment) {
list_add(&rmap->list, &mp->mapper);
Expand Down

0 comments on commit 85da719

Please sign in to comment.