Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118185
b: refs/heads/master
c: 6c1249e
h: refs/heads/master
i:
  118183: 5b69f8a
v: v3
  • Loading branch information
Sascha Hauer committed Oct 30, 2008
1 parent 3b9579c commit 4da9575
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: fb881f785f0003fc904c6db82909d937d968bcc9
refs/heads/master: 6c1249e588cbf0484fc3e6b0f0fc4a5892749b4d
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-mx3/pcm037.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ static struct map_desc pcm037_io_desc[] __initdata = {
.virtual = AIPS1_BASE_ADDR_VIRT,
.pfn = __phys_to_pfn(AIPS1_BASE_ADDR),
.length = AIPS1_SIZE,
.type = MT_DEVICE
.type = MT_DEVICE_NONSHARED
}, {
.virtual = AIPS2_BASE_ADDR_VIRT,
.pfn = __phys_to_pfn(AIPS2_BASE_ADDR),
.length = AIPS2_SIZE,
.type = MT_DEVICE
.type = MT_DEVICE_NONSHARED
},
};

Expand Down

0 comments on commit 4da9575

Please sign in to comment.