diff options
author | Pavel Machek <pavel@ucw.cz> | 2014-12-06 21:07:28 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-01-20 15:53:27 +0300 |
commit | b69a7806de1d4073aad2d9e5c9371a7341cf9eaa (patch) | |
tree | 012169c51069c75a0477afdea0b04d6a7682c780 /arch/arm/mm | |
parent | 7d7d731d1f0f27d2e470d4bc6112aca5ff30476f (diff) | |
download | linux-b69a7806de1d4073aad2d9e5c9371a7341cf9eaa.tar.xz |
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 <pavel@ucw.cz>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/arm/mm')
-rw-r--r-- | arch/arm/mm/cache-l2x0.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 * |