aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/kexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kexec.c b/kernel/kexec.c
index 59f7b55ba745..cb1f3454eea6 100644
--- a/kernel/kexec.c
+++ b/kernel/kexec.c
@@ -921,7 +921,7 @@ static int kimage_load_segment(struct kimage *image,
921 * reinitialize them. 921 * reinitialize them.
922 * 922 *
923 * - A machine specific part that includes the syscall number 923 * - A machine specific part that includes the syscall number
924 * and the copies the image to it's final destination. And 924 * and then copies the image to it's final destination. And
925 * jumps into the image at entry. 925 * jumps into the image at entry.
926 * 926 *
927 * kexec does not sync, or unmount filesystems so if you need 927 * kexec does not sync, or unmount filesystems so if you need