]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/kexec.c
[PATCH] sched: improve migration accuracy
[linux-2.6-omap-h63xx.git] / kernel / kexec.c
index afbbbe981be288ecef8112b95a53321ee1971959..2a59c8a01ae0010da5ef5b80b39fad2ec1da14ae 100644 (file)
@@ -852,6 +852,7 @@ static int kimage_load_crash_segment(struct kimage *image,
                        memset(ptr + uchunk, 0, mchunk - uchunk);
                }
                result = copy_from_user(ptr, buf, uchunk);
+               kexec_flush_icache_page(page);
                kunmap(page);
                if (result) {
                        result = (result < 0) ? result : -EIO;