From affc0185d1cb9f010a4abccb03df848c5aca832e Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Wed, 14 Nov 2012 12:11:23 +0000 Subject: [PATCH] Make it clear the L2 ops are filled for any cpu using a PL310 cache, not just the omap4. Spotted out by: Giovanni Trematerra --- sys/arm/arm/cpufunc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arm/arm/cpufunc.c b/sys/arm/arm/cpufunc.c index ef744f7d823..dd43c270f47 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 */