Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
5
Star
4
Fork
12
EnJens
/
kernel_tf201_stock
Code
Issues
0
Pull requests
2
Projects
0
Insights
Permalink
Browse files
Fix kexec shutdown
Loading branch information
...
1 parent
f1c4dc5
commit
6e5043854b55a8552d35d56ed9de414d095cd4d6
EnJens
committed
May 14, 2012
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
arch/arm/kernel/machine_kexec.c
Show comments
View
2
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.
*/
Toggle all file notes
0 comments on commit
6e50438
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
6e50438