Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180766
b: refs/heads/master
c: 83b4d17
h: refs/heads/master
v: v3
  • Loading branch information
Steven J. Magnani authored and Michal Simek committed Feb 24, 2010
1 parent c3f4ce9 commit 2f1132d
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: 0d670b24729be268eba98b3920b8571f60798d8d
refs/heads/master: 83b4d17d8841a9a7b8ed02ac99ca92afada154e1
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ static inline void __iomem *__ioremap(phys_addr_t address, unsigned long size,
* Little endian
*/

#define out_le32(a, v) __raw_writel(__cpu_to_le32(v), (a));
#define out_le32(a, v) __raw_writel(__cpu_to_le32(v), (a))
#define out_le16(a, v) __raw_writew(__cpu_to_le16(v), (a))

#define in_le32(a) __le32_to_cpu(__raw_readl(a))
Expand Down

0 comments on commit 2f1132d

Please sign in to comment.