Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10436
b: refs/heads/master
c: 3e9635e
h: refs/heads/master
v: v3
  • Loading branch information
Deepak Saxena authored and Russell King committed Oct 28, 2005
1 parent 74d3223 commit 372697a
Show file tree
Hide file tree
Showing 2 changed files with 7 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: a427ceef934d8162c8c61d152e969bc3ec21a4e5
refs/heads/master: 3e9635e4060238549ffac239de34f6122b053653
7 changes: 6 additions & 1 deletion trunk/arch/arm/mach-h720x/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,12 @@ void __init h720x_init_irq (void)
}

static struct map_desc h720x_io_desc[] __initdata = {
{ IO_VIRT, IO_PHYS, IO_SIZE, MT_DEVICE },
{
.virtual = IO_VIRT,
.pfn = __phys_to_pfn(IO_PHYS),
.length = IO_SIZE,
.type = MT_DEVICE
},
};

/* Initialize io tables */
Expand Down

0 comments on commit 372697a

Please sign in to comment.