Permalink
Browse files

Fix kexec shutdown

  • Loading branch information...
1 parent f1c4dc5 commit 6e5043854b55a8552d35d56ed9de414d095cd4d6 @EnJens committed May 14, 2012
Showing with 1 addition and 1 deletion.
  1. +1 −1 arch/arm/kernel/machine_kexec.c
@@ -131,7 +131,7 @@ void machine_kexec(struct kimage *image)
outer_disable();
cpu_proc_fin();
// outer_inv_all();
- flush_cache_all();
+// flush_cache_all();
/* Must call cpu_reset via physical address since ARMv7 (& v6) stalls the
* pipeline after disabling the MMU. */

0 comments on commit 6e50438

Please sign in to comment.