Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64512
b: refs/heads/master
c: 97ce9a8
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Schichan authored and Ralf Baechle committed Aug 27, 2007
1 parent c3008c1 commit 9a3e387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9f90a03a7f93be7f247aa902a7d962a56a6f600e
refs/heads/master: 97ce9a8d6c9b50ea38f45d05a73fded2e0701ddf
5 changes: 1 addition & 4 deletions trunk/arch/mips/kernel/machine_kexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)();
}

0 comments on commit 9a3e387

Please sign in to comment.