Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87295
b: refs/heads/master
c: 09f21ed
h: refs/heads/master
i:
  87293: 63c5665
  87291: 93d6167
  87287: 8cb100a
  87279: 746416e
  87263: 5be3c26
  87231: 75803d9
  87167: fdc36f6
  87039: 0da71f2
v: v3
  • Loading branch information
Kyungmin Park authored and Tony Lindgren committed Mar 6, 2008
1 parent b9b580a commit 47bd6e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 19dc8a5b06aba0db11a600c10db5bc99839f098a
refs/heads/master: 09f21ed4c1bd158a92114074c268e4a835690ca5
6 changes: 6 additions & 0 deletions trunk/arch/arm/mach-omap2/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ static struct map_desc omap2_io_desc[] __initdata = {
.length = L3_24XX_SIZE,
.type = MT_DEVICE
},
{
.virtual = L4_24XX_VIRT,
.pfn = __phys_to_pfn(L4_24XX_PHYS),
.length = L4_24XX_SIZE,
.type = MT_DEVICE
},
#ifdef CONFIG_ARCH_OMAP2430
{
.virtual = L4_WK_243X_VIRT,
Expand Down

0 comments on commit 47bd6e8

Please sign in to comment.