Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355112
b: refs/heads/master
c: ab2a724
h: refs/heads/master
v: v3
  • Loading branch information
Will Deacon authored and Olof Johansson committed Feb 10, 2013
1 parent dffffe0 commit 14deaef
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: c1226ff9af84dfa6ef73d95435748569c99b5171
refs/heads/master: ab2a724a2ef9cee5957692257a5d1f08fd7acbbd
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-integrator/integrator_ap.c
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ static struct map_desc ap_io_desc_atag[] __initdata = {
static void __init ap_map_io_atag(void)
{
iotable_init(ap_io_desc_atag, ARRAY_SIZE(ap_io_desc_atag));
ap_syscon_base = __io_address(INTEGRATOR_SC_BASE);
ap_map_io();
}

Expand Down Expand Up @@ -685,6 +684,7 @@ static void __init ap_init(void)

platform_device_register(&cfi_flash_device);

ap_syscon_base = __io_address(INTEGRATOR_SC_BASE);
sc_dec = readl(ap_syscon_base + INTEGRATOR_SC_DEC_OFFSET);
for (i = 0; i < 4; i++) {
struct lm_device *lmdev;
Expand Down

0 comments on commit 14deaef

Please sign in to comment.