Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279877
b: refs/heads/master
c: 3e28c80
h: refs/heads/master
i:
  279875: 0b8495b
v: v3
  • Loading branch information
Rob Herring authored and Nicolas Pitre committed Nov 18, 2011
1 parent ad79688 commit 8867e54
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: 9ceceb652a0f1e5f45cb6c8af09267e7db875d7b
refs/heads/master: 3e28c800440d80ede7edb21dbde61f6522d6536b
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-realview/realview_eb.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ static struct map_desc realview_eb_io_desc[] __initdata = {

static struct map_desc realview_eb11mp_io_desc[] __initdata = {
{
.virtual = IO_ADDRESS(REALVIEW_EB11MP_GIC_CPU_BASE),
.pfn = __phys_to_pfn(REALVIEW_EB11MP_GIC_CPU_BASE),
.virtual = IO_ADDRESS(REALVIEW_EB11MP_SCU_BASE),
.pfn = __phys_to_pfn(REALVIEW_EB11MP_SCU_BASE),
.length = SZ_4K,
.type = MT_DEVICE,
}, {
Expand Down

0 comments on commit 8867e54

Please sign in to comment.