Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326595
b: refs/heads/master
c: b55056e
h: refs/heads/master
i:
  326593: 795fa94
  326591: 769cb0a
v: v3
  • Loading branch information
Arnd Bergmann committed Sep 19, 2012
1 parent 5e1810a commit d21d8d2
Show file tree
Hide file tree
Showing 3 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: 49d394be042d97f584ae8577bc32700792333f04
refs/heads/master: b55056ea09d71c935d4ae828e97d4eaed4feb2db
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-sa1100/include/mach/simpad.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
#define SIMPAD_CS3_PCMCIA_SHORT (SIMPAD_CS3_GPIO_BASE + 22)
#define SIMPAD_CS3_GPIO_23 (SIMPAD_CS3_GPIO_BASE + 23)

#define CS3_BASE 0xf1000000
#define CS3_BASE IOMEM(0xf1000000)

long simpad_get_cs3_ro(void);
long simpad_get_cs3_shadow(void);
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-sa1100/simpad.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ static struct map_desc simpad_io_desc[] __initdata = {
.length = 0x00800000,
.type = MT_DEVICE
}, { /* Simpad CS3 */
.virtual = CS3_BASE,
.virtual = (unsigned long)CS3_BASE,
.pfn = __phys_to_pfn(SA1100_CS3_PHYS),
.length = 0x00100000,
.type = MT_DEVICE
Expand Down

0 comments on commit d21d8d2

Please sign in to comment.