Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338747
b: refs/heads/master
c: eb2db43
h: refs/heads/master
i:
  338745: 122a2ae
  338743: af4bbb9
v: v3
  • Loading branch information
Joonsoo Kim authored and Linus Torvalds committed Dec 12, 2012
1 parent c15e75b commit eff0bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a354e2c84eeebcd7d7bbdd71216895b8e9866b5c
refs/heads/master: eb2db439a3203ae86c35ad277ac4a3268a94baa1
3 changes: 1 addition & 2 deletions trunk/mm/highmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ static void flush_all_zero_pkmaps(void)
* So no dangers, even with speculative execution.
*/
page = pte_page(pkmap_page_table[i]);
pte_clear(&init_mm, (unsigned long)page_address(page),
&pkmap_page_table[i]);
pte_clear(&init_mm, PKMAP_ADDR(i), &pkmap_page_table[i]);

set_page_address(page, NULL);
need_flush = 1;
Expand Down

0 comments on commit eff0bcb

Please sign in to comment.