Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64761
b: refs/heads/master
c: d344dd5
h: refs/heads/master
i:
  64759: a6a1783
v: v3
  • Loading branch information
Maxime Bizon authored and Ralf Baechle committed Sep 10, 2007
1 parent 5219a62 commit ebc88d8
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: 7b0fdaa6a193e0b07d9f72e942f51ce25d9e0387
refs/heads/master: d344dd52e50f4440810b641077282bfa1fd65d88
2 changes: 1 addition & 1 deletion trunk/arch/mips/mm/dma-default.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ static inline unsigned long dma_addr_to_virt(dma_addr_t dma_addr)
static inline int cpu_is_noncoherent_r10000(struct device *dev)
{
return !plat_device_is_coherent(dev) &&
(current_cpu_data.cputype == CPU_R10000 &&
(current_cpu_data.cputype == CPU_R10000 ||
current_cpu_data.cputype == CPU_R12000);
}

Expand Down

0 comments on commit ebc88d8

Please sign in to comment.