From b69a7806de1d4073aad2d9e5c9371a7341cf9eaa Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Sat, 6 Dec 2014 19:07:28 +0100 Subject: ARM: cache-l2x0.c: Make it clear that cache-l2x0 handles L310 cache controller It is not clear from the filename, and comment at the begining adds to the confusion by not listing L310. Fix it. Signed-off-by: Pavel Machek Signed-off-by: Jiri Kosina --- arch/arm/mm/cache-l2x0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mm/cache-l2x0.c') diff --git a/arch/arm/mm/cache-l2x0.c b/arch/arm/mm/cache-l2x0.c index 5216bfe7fd86..c7fc009ad21c 100644 --- a/arch/arm/mm/cache-l2x0.c +++ b/arch/arm/mm/cache-l2x0.c @@ -1,5 +1,5 @@ /* - * arch/arm/mm/cache-l2x0.c - L210/L220 cache controller support + * arch/arm/mm/cache-l2x0.c - L210/L220/L310 cache controller support * * Copyright (C) 2007 ARM Limited * -- cgit