Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190507
b: refs/heads/master
c: 514b6d0
h: refs/heads/master
i:
  190505: b5ee5ea
  190503: f1e5214
v: v3
  • Loading branch information
Arnaud Patard authored and Ralf Baechle committed Apr 30, 2010
1 parent 3d06702 commit cd36f4f
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: ff40ad72addb448c1285181820597a17685ee69a
refs/heads/master: 514b6d0c06a5d751259f145d9593b4d084c1cce3
2 changes: 1 addition & 1 deletion trunk/arch/mips/loongson/common/mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
unsigned long end = offset + size;

if (__uncached_access(file, offset)) {
if (((uca_start && offset) >= uca_start) &&
if (uca_start && (offset >= uca_start) &&
(end <= uca_end))
return __pgprot((pgprot_val(vma_prot) &
~_CACHE_MASK) |
Expand Down

0 comments on commit cd36f4f

Please sign in to comment.