
9 Sep
2016
9 Sep
'16
10:48 a.m.
This patch is to use the the generic lowlevel_init instead of the specific one.
Signed-off-by: Alison Wang alison.wang@nxp.com --- arch/arm/mach-exynos/soc.c | 8 -------- 1 file changed, 8 deletions(-)
diff --git a/arch/arm/mach-exynos/soc.c b/arch/arm/mach-exynos/soc.c index f9c7468..737a8dd 100644 --- a/arch/arm/mach-exynos/soc.c +++ b/arch/arm/mach-exynos/soc.c @@ -23,11 +23,3 @@ void enable_caches(void) dcache_enable(); } #endif - -#ifdef CONFIG_ARM64 -void lowlevel_init(void) -{ - armv8_switch_to_el2(); - armv8_switch_to_el1(); -} -#endif
--
2.1.0.27.g96db324