Add entries for the L2 cache-related functions for armv5.
Spotted out by: Rafal Jaworowski
This commit is contained in:
parent
2328d598d9
commit
0559b904bc
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user