cvs commit: src/sys/arm/sa11x0 assabet_machdep.c
Olivier Houchard
cognet at FreeBSD.org
Tue May 30 04:53:16 PDT 2006
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
More information about the cvs-src
mailing list