K 10 svn:author V 6 cognet K 8 svn:date V 27 2006-05-30T11:51:58.000000Z K 7 svn:log V 385 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 END