Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272051
b: refs/heads/master
c: e73b7ff
h: refs/heads/master
i:
  272049: 215c0cd
  272047: 8e86506
v: v3
  • Loading branch information
Martin Schwidefsky committed Oct 30, 2011
1 parent d01abf3 commit 43090b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: a45aff5285871bf7be1781d9462d3fdbb6c913f9
refs/heads/master: e73b7fffe487c315fd1a4fa22282e3362b440a06
5 changes: 3 additions & 2 deletions trunk/arch/s390/mm/pgtable.c
Original file line number Diff line number Diff line change
Expand Up @@ -662,8 +662,9 @@ void page_table_free_rcu(struct mmu_gather *tlb, unsigned long *table)

void __tlb_remove_table(void *_table)
{
void *table = (void *)((unsigned long) _table & PAGE_MASK);
unsigned type = (unsigned long) _table & ~PAGE_MASK;
const unsigned long mask = (FRAG_MASK << 4) | FRAG_MASK;
void *table = (void *)((unsigned long) _table & ~mask);
unsigned type = (unsigned long) _table & mask;

if (type)
__page_table_free_rcu(table, type);
Expand Down

0 comments on commit 43090b0

Please sign in to comment.