Loading arch/arm64/kernel/cpu-reset.h +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ void __cpu_soft_restart(unsigned long el2_switch, unsigned long entry, unsigned long arg0, unsigned long arg1, unsigned long arg2); static inline void __noreturn cpu_soft_restart(unsigned long el2_switch, static inline void __noreturn cpu_soft_restart_kexec(unsigned long el2_switch, unsigned long entry, unsigned long arg0, unsigned long arg1, unsigned long arg2) { Loading arch/arm64/kernel/machine_kexec.c +1 −1 Original line number Diff line number Diff line Loading @@ -207,7 +207,7 @@ void machine_kexec(struct kimage *kimage) * relocation is complete. */ cpu_soft_restart(kimage != kexec_crash_image, cpu_soft_restart_kexec(kimage != kexec_crash_image, reboot_code_buffer_phys, kimage->head, kimage->start, 0); BUG(); /* Should never get here. */ Loading Loading
arch/arm64/kernel/cpu-reset.h +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ void __cpu_soft_restart(unsigned long el2_switch, unsigned long entry, unsigned long arg0, unsigned long arg1, unsigned long arg2); static inline void __noreturn cpu_soft_restart(unsigned long el2_switch, static inline void __noreturn cpu_soft_restart_kexec(unsigned long el2_switch, unsigned long entry, unsigned long arg0, unsigned long arg1, unsigned long arg2) { Loading
arch/arm64/kernel/machine_kexec.c +1 −1 Original line number Diff line number Diff line Loading @@ -207,7 +207,7 @@ void machine_kexec(struct kimage *kimage) * relocation is complete. */ cpu_soft_restart(kimage != kexec_crash_image, cpu_soft_restart_kexec(kimage != kexec_crash_image, reboot_code_buffer_phys, kimage->head, kimage->start, 0); BUG(); /* Should never get here. */ Loading