• M
    ARM: mach-shmobile: SMP base support · 1c51ed4f
    Magnus Damm 提交于
    Add SMP base support for R-Mobile / SH-Mobile processors.
    
    This patch contains all base code to support CONFIG_SMP
    regardless of ARCH_SHMOBILE processor type. Both local timer
    and CPU hotplug are supported, but no processor specific
    code is included.
    
    At this point only the default behavior is in place, so
    a single core will always be used even though CONFIG_SMP
    is enabled on multicore systems.
    
    The SMP Kconfig entry for arch/arm/Kconfig is excluded from
    this patch to simplify merging.
    Signed-off-by: NMagnus Damm <damm@opensource.se>
    Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
    1c51ed4f
platsmp.c 1.5 KB