Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63384
b: refs/heads/master
c: da4e9fe
h: refs/heads/master
v: v3
  • Loading branch information
Mark Fortescue authored and David S. Miller committed Jul 31, 2007
1 parent 86c6f30 commit 8edae36
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: 2fa3195d72f7d0cfb4dcb2b0dfa265ed0fa5cfa3
refs/heads/master: da4e9fea85ea42c9c6ce163a85d5164efbec31a2
3 changes: 3 additions & 0 deletions trunk/arch/sparc/mm/sun4c.c
Original file line number Diff line number Diff line change
Expand Up @@ -1999,6 +1999,9 @@ void sun4c_update_mmu_cache(struct vm_area_struct *vma, unsigned long address, p
unsigned long flags;
int pseg;

if (vma->vm_mm->context == NO_CONTEXT)
return;

local_irq_save(flags);
address &= PAGE_MASK;
if ((pseg = sun4c_get_segmap(address)) == invalid_segment) {
Expand Down

0 comments on commit 8edae36

Please sign in to comment.