Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344328
b: refs/heads/master
c: 9f3410f
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Petazzoni committed Nov 22, 2012
1 parent 28668a7 commit d968443
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1112b36094e48f89ce7dca5aee90b05c30162da9
refs/heads/master: 9f3410ff217f55c2a30bd1b2eb1032806d17c80e
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-mvebu/addr-map.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ armada_cfg_base(const struct orion_addr_map_cfg *cfg, int win)
if (win < 8)
offset = (win << 4);
else
offset = ARMADA_WINDOW_8_PLUS_OFFSET + (win << 3);
offset = ARMADA_WINDOW_8_PLUS_OFFSET + ((win - 8) << 3);

return cfg->bridge_virt_base + offset;
}
Expand Down

0 comments on commit d968443

Please sign in to comment.