mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Make it clear the L2 ops are filled for any cpu using a PL310 cache, not just
the omap4. Spotted out by: Giovanni Trematerra <gianni at freebsd DOT org>
This commit is contained in:
parent
4efe2886a5
commit
affc0185d1
1 changed files with 2 additions and 1 deletions
|
|
@ -1067,7 +1067,8 @@ struct cpu_functions cortexa_cpufuncs = {
|
|||
armv7_idcache_wbinv_all, /* idcache_wbinv_all */
|
||||
armv7_idcache_wbinv_range, /* idcache_wbinv_range */
|
||||
|
||||
/* Note: From OMAP4 the L2 ops are filled in when the
|
||||
/*
|
||||
* Note: For CPUs using the PL310 the L2 ops are filled in when the
|
||||
* L2 cache controller is actually enabled.
|
||||
*/
|
||||
cpufunc_nullop, /* l2cache_wbinv_all */
|
||||
|
|
|
|||
Loading…
Reference in a new issue