Message ID | 20160521120952.13362-1-andrea.gelmini@gelma.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/sh/mm/cache-sh5.c b/arch/sh/mm/cache-sh5.c index d1bffbc..5380089 100644 --- a/arch/sh/mm/cache-sh5.c +++ b/arch/sh/mm/cache-sh5.c @@ -259,7 +259,7 @@ static void inline sh64_dcache_purge_sets(int sets_to_purge_base, int n_sets) * Do one alloco which hits the required set per cache * way. For write-back mode, this will purge the #ways * resident lines. There's little point unrolling this - * loop because the allocos stall more if they're too + * loop because the allocs stall more if they're too * close together. */ eaddr1 = eaddr0 + cpu_data->dcache.way_size *
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> --- arch/sh/mm/cache-sh5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)