Loading kernel/kexec.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -921,7 +921,7 @@ static int kimage_load_segment(struct kimage *image, * reinitialize them. * reinitialize them. * * * - A machine specific part that includes the syscall number * - A machine specific part that includes the syscall number * and the copies the image to it's final destination. And * and then copies the image to it's final destination. And * jumps into the image at entry. * jumps into the image at entry. * * * kexec does not sync, or unmount filesystems so if you need * kexec does not sync, or unmount filesystems so if you need Loading Loading
kernel/kexec.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -921,7 +921,7 @@ static int kimage_load_segment(struct kimage *image, * reinitialize them. * reinitialize them. * * * - A machine specific part that includes the syscall number * - A machine specific part that includes the syscall number * and the copies the image to it's final destination. And * and then copies the image to it's final destination. And * jumps into the image at entry. * jumps into the image at entry. * * * kexec does not sync, or unmount filesystems so if you need * kexec does not sync, or unmount filesystems so if you need Loading