Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87188
b: refs/heads/master
c: 308a163
h: refs/heads/master
v: v3
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed Mar 12, 2008
1 parent 822308c commit f97523a
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: 4177017d5bdf4456da022d4c82e48ac99cd65426
refs/heads/master: 308a163931928332b57dfdfb3520c1924a337ef5
2 changes: 1 addition & 1 deletion trunk/include/asm-mips/mach-jmr3927/ioremap.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ static inline void __iomem *plat_ioremap(phys_t offset, unsigned long size,
{
#define TXX9_DIRECTMAP_BASE 0xff000000ul
if (offset >= TXX9_DIRECTMAP_BASE &&
offset < TXX9_DIRECTMAP_BASE + 0xf0000)
offset < TXX9_DIRECTMAP_BASE + 0xff0000)
return (void __iomem *)offset;
return NULL;
}
Expand Down

0 comments on commit f97523a

Please sign in to comment.