Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36611
b: refs/heads/master
c: a71ebdf
h: refs/heads/master
i:
  36609: adec3e5
  36607: 5f6cd71
v: v3
  • Loading branch information
George G. Davis authored and Russell King committed Sep 25, 2006
1 parent 5b0b967 commit c1eb94d
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: e7cc2c59cc83558fc26f17eee3c8f901119f0a7c
refs/heads/master: a71ebdfa5243765e455a9ec2d6360e1704c6599e
2 changes: 1 addition & 1 deletion trunk/arch/arm/mm/flush.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ void flush_ptrace_access(struct vm_area_struct *vma, struct page *page,

/* VIPT non-aliasing cache */
if (cpu_isset(smp_processor_id(), vma->vm_mm->cpu_vm_mask) &&
vma->vm_flags | VM_EXEC) {
vma->vm_flags & VM_EXEC) {
unsigned long addr = (unsigned long)kaddr;
/* only flushing the kernel mapping on non-aliasing VIPT */
__cpuc_coherent_kern_range(addr, addr + len);
Expand Down

0 comments on commit c1eb94d

Please sign in to comment.