Skip to content

Commit

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

static struct map_desc realview_local_io_desc[] __initdata = {
{
.virtual = IO_ADDRESS(REALVIEW_PBX_TILE_GIC_CPU_BASE),
.pfn = __phys_to_pfn(REALVIEW_PBX_TILE_GIC_CPU_BASE),
.virtual = IO_ADDRESS(REALVIEW_PBX_TILE_SCU_BASE),
.pfn = __phys_to_pfn(REALVIEW_PBX_TILE_SCU_BASE),
.length = SZ_4K,
.type = MT_DEVICE,
}, {
Expand Down

0 comments on commit ad79688

Please sign in to comment.