Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167163
b: refs/heads/master
c: 2bea7ea
h: refs/heads/master
i:
  167161: 050e612
  167159: 77b2ea7
v: v3
  • Loading branch information
Matt Fleming authored and Paul Mundt committed Oct 9, 2009
1 parent 9036f34 commit 336b219
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: fc2bdefdde89b54d8fcde7bbf7d0adc0ce5cb044
refs/heads/master: 2bea7ea7d57fd0022f4cd08ed3d4eb2d39a2920d
2 changes: 1 addition & 1 deletion trunk/arch/sh/mm/ioremap_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void __iomem *__ioremap(unsigned long phys_addr, unsigned long size,
*
* PMB entries are all pre-faulted.
*/
if (unlikely(size >= 0x1000000)) {
if (unlikely(phys_addr >= P1SEG)) {
unsigned long mapped = pmb_remap(addr, phys_addr, size, flags);

if (likely(mapped)) {
Expand Down

0 comments on commit 336b219

Please sign in to comment.