Loading drivers/soc/qcom/cpu_ops.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -29,6 +29,7 @@ #include <soc/qcom/scm-boot.h> #include <soc/qcom/scm-boot.h> #include <soc/qcom/socinfo.h> #include <soc/qcom/socinfo.h> #include <soc/qcom/pm.h> #include <soc/qcom/pm.h> #include <soc/qcom/jtag.h> #include <asm/barrier.h> #include <asm/barrier.h> #include <asm/cacheflush.h> #include <asm/cacheflush.h> Loading Loading @@ -161,6 +162,7 @@ static int msm8994_cpu_boot(unsigned int cpu) void msm_cpu_postboot(void) void msm_cpu_postboot(void) { { msm_jtag_restore_state(); /* /* * Let the primary processor know we're out of the pen. * Let the primary processor know we're out of the pen. */ */ Loading Loading
drivers/soc/qcom/cpu_ops.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -29,6 +29,7 @@ #include <soc/qcom/scm-boot.h> #include <soc/qcom/scm-boot.h> #include <soc/qcom/socinfo.h> #include <soc/qcom/socinfo.h> #include <soc/qcom/pm.h> #include <soc/qcom/pm.h> #include <soc/qcom/jtag.h> #include <asm/barrier.h> #include <asm/barrier.h> #include <asm/cacheflush.h> #include <asm/cacheflush.h> Loading Loading @@ -161,6 +162,7 @@ static int msm8994_cpu_boot(unsigned int cpu) void msm_cpu_postboot(void) void msm_cpu_postboot(void) { { msm_jtag_restore_state(); /* /* * Let the primary processor know we're out of the pen. * Let the primary processor know we're out of the pen. */ */ Loading