Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9416
b: refs/heads/master
c: 272cd2b
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Sep 29, 2005
1 parent e9b546d commit f85345b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2ad4f86b60b649fd7428265c08d73a3bd360c81b
refs/heads/master: 272cd2b71d478371e0a5bf2c76a1e50cbf178698
4 changes: 2 additions & 2 deletions trunk/include/asm-arm/arch-rpc/hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <asm/arch/memory.h>

#ifndef __ASSEMBLY__
#define IOMEM(x) ((void __iomem *)(x))
#define IOMEM(x) ((void __iomem *)(unsigned long)(x))
#else
#define IOMEM(x) x
#endif /* __ASSEMBLY__ */
Expand Down Expand Up @@ -52,7 +52,7 @@
/*
* IO Addresses
*/
#define VIDC_BASE (void __iomem *)0xe0400000
#define VIDC_BASE IOMEM(0xe0400000)
#define EXPMASK_BASE 0xe0360000
#define IOMD_BASE IOMEM(0xe0200000)
#define IOC_BASE IOMEM(0xe0200000)
Expand Down

0 comments on commit f85345b

Please sign in to comment.