Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78021
b: refs/heads/master
c: 526af35
h: refs/heads/master
i:
  78019: cd9e663
v: v3
  • Loading branch information
Ralf Baechle committed Jan 29, 2008
1 parent b2f4f0b commit db8c9e0
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: 48ef2626aeecac3b160d1aee38ac46d6c3540122
refs/heads/master: 526af35e5db81758da8488d381610ed9d1fba8f7
2 changes: 1 addition & 1 deletion trunk/arch/mips/mm/c-r4k.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ static inline void local_r4k_flush_cache_page(void *args)
* If the page isn't marked valid, the page cannot possibly be
* in the cache.
*/
if (!(pte_val(*ptep) & _PAGE_PRESENT))
if (!(pte_present(*ptep)))
return;

if ((mm == current->active_mm) && (pte_val(*ptep) & _PAGE_VALID))
Expand Down

0 comments on commit db8c9e0

Please sign in to comment.