diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-01-18 06:42:39 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-01-18 06:42:39 -0500 |
commit | 8faba6121566248330e738d25a2c43d7500fb9f0 (patch) | |
tree | 9cb09b2ec00b504dd24e1272126a22cd365e7282 /arch/sh/kernel | |
parent | 4291b730cd0f0cf98a90d946b6cabbd804397350 (diff) | |
parent | 78bf04fc96f509474c6b443b515d6b79bb7bf584 (diff) |
Merge branch 'sh/ioremap-fixed'
Diffstat (limited to 'arch/sh/kernel')
-rw-r--r-- | arch/sh/kernel/setup.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c index f79ebe32a24a..e187750dd319 100644 --- a/arch/sh/kernel/setup.c +++ b/arch/sh/kernel/setup.c | |||
@@ -449,14 +449,15 @@ void __init setup_arch(char **cmdline_p) | |||
449 | #ifdef CONFIG_DUMMY_CONSOLE | 449 | #ifdef CONFIG_DUMMY_CONSOLE |
450 | conswitchp = &dummy_con; | 450 | conswitchp = &dummy_con; |
451 | #endif | 451 | #endif |
452 | paging_init(); | ||
453 | pmb_init(); | ||
454 | |||
455 | ioremap_fixed_init(); | ||
452 | 456 | ||
453 | /* Perform the machine specific initialisation */ | 457 | /* Perform the machine specific initialisation */ |
454 | if (likely(sh_mv.mv_setup)) | 458 | if (likely(sh_mv.mv_setup)) |
455 | sh_mv.mv_setup(cmdline_p); | 459 | sh_mv.mv_setup(cmdline_p); |
456 | 460 | ||
457 | paging_init(); | ||
458 | pmb_init(); | ||
459 | |||
460 | #ifdef CONFIG_SMP | 461 | #ifdef CONFIG_SMP |
461 | plat_smp_setup(); | 462 | plat_smp_setup(); |
462 | #endif | 463 | #endif |