Date: Tue, 30 May 2006 11:51:58 +0000 (UTC) From: Olivier Houchard <cognet@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/arm/sa11x0 assabet_machdep.c Message-ID: <200605301151.k4UBpwbD058867@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cognet 2006-05-30 11:51:58 UTC FreeBSD src repository Modified files: sys/arm/sa11x0 assabet_machdep.c Log: 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 Revision Changes Path 1.14 +1 -1 src/sys/arm/sa11x0/assabet_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605301151.k4UBpwbD058867>