Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10428
b: refs/heads/master
c: cd5fc8b
h: refs/heads/master
v: v3
  • Loading branch information
Deepak Saxena authored and Russell King committed Oct 28, 2005
1 parent f68d977 commit dd183e5
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: 1cc977a76642b1eec2ab4ba80a6f0db9a63a091e
refs/heads/master: cd5fc8bffd70b2d87953334b6195db4bc2125ff9
7 changes: 6 additions & 1 deletion trunk/arch/arm/mach-shark/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,12 @@ arch_initcall(shark_init);
extern void shark_init_irq(void);

static struct map_desc shark_io_desc[] __initdata = {
{ IO_BASE , IO_START , IO_SIZE , MT_DEVICE }
{
.virtual = IO_BASE,
.pfn = __phys_to_pfn(IO_START),
.length = IO_SIZE,
.type = MT_DEVICE
}
};

static void __init shark_map_io(void)
Expand Down

0 comments on commit dd183e5

Please sign in to comment.