Add entries for the L2 cache-related functions for armv5.

Spotted out by: Rafal Jaworowski
This commit is contained in:
Olivier Houchard 2007-11-08 13:19:08 +00:00
parent 2328d598d9
commit 0559b904bc

View File

@ -333,6 +333,11 @@ struct cpu_functions armv5_ec_cpufuncs = {
armv5_ec_idcache_wbinv_all, /* idcache_wbinv_all */
armv5_ec_idcache_wbinv_range, /* idcache_wbinv_range */
cpufunc_nullop, /* l2cache_wbinv_all */
(void *)cpufunc_nullop, /* l2cache_wbinv_range */
(void *)cpufunc_nullop, /* l2cache_inv_range */
(void *)cpufunc_nullop, /* l2cache_wb_range */
/* Other functions */
cpufunc_nullop, /* flush_prefetchbuf */