dect
/
linux-2.6
Archived
13
0
Fork 0

[MIPS] Unconditionally writeback and invalidate caches on kexec.

Signed-off-by: Nicolas Schichan <nschichan@freebox.fr>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Nicolas Schichan 2007-08-20 15:57:38 +02:00 committed by Ralf Baechle
parent 9f90a03a7f
commit 97ce9a8d6c
1 changed files with 1 additions and 4 deletions

View File

@ -78,11 +78,8 @@ machine_kexec(struct kimage *image)
*/
local_irq_disable();
flush_icache_range(reboot_code_buffer,
reboot_code_buffer + KEXEC_CONTROL_CODE_SIZE);
printk("Will call new kernel at %08lx\n", image->start);
printk("Bye ...\n");
flush_cache_all();
__flush_cache_all();
((noretfun_t) reboot_code_buffer)();
}