lkml.org 
[lkml]   [2014]   [Jul]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 21/94] ARM: EXYNOS: Fix the check for non-smp configuration
    Date
    From: Abhilash Kesavan <a.kesavan@samsung.com>

    Commit 1754c42e3db5("ARM: exynos: move sysram info to exynos.c") missed
    out the CONFIG_ prefix causing exynos_sysram_init() to get called twice
    for SMP configurations.

    Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
    Reviewed-by: Sachin Kamat <sachin.kamat@samsug.com>
    Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
    Signed-off-by: sam-the-6 <asadi.samuel@gmail.com>
    ---
    arch/arm/mach-exynos/exynos.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c
    index f38cf7c..95cad25 100644
    --- a/arch/arm/mach-exynos/exynos.c
    +++ b/arch/arm/mach-exynos/exynos.c
    @@ -297,7 +297,7 @@ static void __init exynos_dt_machine_init(void)
    * This is called from smp_prepare_cpus if we've built for SMP, but
    * we still need to set it up for PM and firmware ops if not.
    */
    - if (!IS_ENABLED(SMP))
    + if (!IS_ENABLED(CONFIG_SMP))
    exynos_sysram_init();

    exynos_cpuidle_init();
    --
    1.7.10.4


    \
     
     \ /
      Last update: 2014-07-15 20:41    [W:4.076 / U:0.032 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site