Loading drivers/power/qcom/pm-boot.c +3 −2 Original line number Diff line number Diff line /* Copyright (c) 2011-2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2011-2014, 2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -42,7 +42,8 @@ static int msm_pm_tz_boot_init(void) flag = SCM_FLAG_WARMBOOT_CPU0 | SCM_FLAG_WARMBOOT_CPU1 | SCM_FLAG_WARMBOOT_CPU2 | SCM_FLAG_WARMBOOT_CPU3; else __WARN(); pr_warn("%s: set warmboot address failed\n", __func__); return scm_set_boot_addr(virt_to_phys(msm_pm_boot_entry), flag); } Loading Loading
drivers/power/qcom/pm-boot.c +3 −2 Original line number Diff line number Diff line /* Copyright (c) 2011-2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2011-2014, 2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -42,7 +42,8 @@ static int msm_pm_tz_boot_init(void) flag = SCM_FLAG_WARMBOOT_CPU0 | SCM_FLAG_WARMBOOT_CPU1 | SCM_FLAG_WARMBOOT_CPU2 | SCM_FLAG_WARMBOOT_CPU3; else __WARN(); pr_warn("%s: set warmboot address failed\n", __func__); return scm_set_boot_addr(virt_to_phys(msm_pm_boot_entry), flag); } Loading