setup.c (a0ab36689a36e583b6e736f1c99ac8c9aebdad59) setup.c (4d35b93a66e9b87df20784fcf130d2e8760be53f)
1/*
2 * arch/sh/kernel/setup.c
3 *
4 * This file handles the architecture-dependent parts of initialization
5 *
6 * Copyright (C) 1999 Niibe Yutaka
7 * Copyright (C) 2002 - 2007 Paul Mundt
8 */

--- 435 unchanged lines hidden (view full) ---

444 /* Setup bootmem with available RAM */
445 lmb_init();
446 setup_memory();
447 sparse_init();
448
449#ifdef CONFIG_DUMMY_CONSOLE
450 conswitchp = &dummy_con;
451#endif
1/*
2 * arch/sh/kernel/setup.c
3 *
4 * This file handles the architecture-dependent parts of initialization
5 *
6 * Copyright (C) 1999 Niibe Yutaka
7 * Copyright (C) 2002 - 2007 Paul Mundt
8 */

--- 435 unchanged lines hidden (view full) ---

444 /* Setup bootmem with available RAM */
445 lmb_init();
446 setup_memory();
447 sparse_init();
448
449#ifdef CONFIG_DUMMY_CONSOLE
450 conswitchp = &dummy_con;
451#endif
452 paging_init();
453 pmb_init();
452
454
455 ioremap_fixed_init();
456
453 /* Perform the machine specific initialisation */
454 if (likely(sh_mv.mv_setup))
455 sh_mv.mv_setup(cmdline_p);
456
457 /* Perform the machine specific initialisation */
458 if (likely(sh_mv.mv_setup))
459 sh_mv.mv_setup(cmdline_p);
460
457 paging_init();
458 pmb_init();
459
460#ifdef CONFIG_SMP
461 plat_smp_setup();
462#endif
463}
464
465/* processor boot mode configuration */
466int generic_mode_pins(void)
467{

--- 163 unchanged lines hidden ---
461#ifdef CONFIG_SMP
462 plat_smp_setup();
463#endif
464}
465
466/* processor boot mode configuration */
467int generic_mode_pins(void)
468{

--- 163 unchanged lines hidden ---