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:
Olivier Houchard 2006-05-30 11:51:58 +00:00
parent ad3cf350d3
commit ec4c4a14f5

View File

@ -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;