Uncomment the call to cpu_idcache_wbinv_all() after the MMU has been
enabled. It has been commented out for a reason I forgot but I suspect does not apply anymore. Technically speaking it's not required to do it, has the data and the instruction cache have been disabled in _start(). However, it may change in the future, so I don't want to rely on this behavior. Submitted by: kevlo
This commit is contained in:
parent
ad3cf350d3
commit
ec4c4a14f5
@ -405,7 +405,7 @@ initarm(void *arg, void *arg2)
|
||||
* After booting there are no gross reloations of the kernel thus
|
||||
* this problem will not occur after initarm().
|
||||
*/
|
||||
/* cpu_idcache_wbinv_all();*/
|
||||
cpu_idcache_wbinv_all();
|
||||
|
||||
|
||||
bootverbose = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user