summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2012-11-14 12:11:23 +0000
committercognet <cognet@FreeBSD.org>2012-11-14 12:11:23 +0000
commitf56ade0026fbd8c5164553c2f080c7688457d58e (patch)
tree9dccf7b00da0050d79008ae2e211d00c3373b20b /sys/arm
parenta15bb2d1cb5f9bed1bb7e6e26c0a8b594c785c59 (diff)
downloadFreeBSD-src-f56ade0026fbd8c5164553c2f080c7688457d58e.zip
FreeBSD-src-f56ade0026fbd8c5164553c2f080c7688457d58e.tar.gz
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>
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/arm/cpufunc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arm/arm/cpufunc.c b/sys/arm/arm/cpufunc.c
index ef744f7..dd43c27 100644
--- a/sys/arm/arm/cpufunc.c
+++ b/sys/arm/arm/cpufunc.c
@@ -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 */
OpenPOWER on IntegriCloud