ARM: fix ifdef in ARMv8 lowlevel_init() again
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 20 May 2016 03:13:10 +0000 (12:13 +0900)
committerTom Rini <trini@konsulko.com>
Mon, 23 May 2016 15:51:27 +0000 (11:51 -0400)
Commit 116611937faa ("ARM: fix ifdefs in ARMv8 lowlevel_init()")
accidentally inverted the logic of CONFIG_ARMV8_MULTIENTRY.

Fixes: 116611937faa ("ARM: fix ifdefs in ARMv8 lowlevel_init()")
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
arch/arm/cpu/armv8/start.S

index c3cc819..e933021 100644 (file)
@@ -216,7 +216,7 @@ WEAK(lowlevel_init)
 #endif
 #endif
 
-#ifndef CONFIG_ARMV8_MULTIENTRY
+#ifdef CONFIG_ARMV8_MULTIENTRY
        branch_if_master x0, x1, 2f
 
        /*