diff options
author | Vladimir Murzin <vladimir.murzin@arm.com> | 2015-06-12 10:25:04 -0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2015-06-12 10:36:52 -0400 |
commit | c7d6b573fe55fdccd60bfe082dda8cace9bcaa3f (patch) | |
tree | 992e531b46b057787cc99aebd6f30b575b42a8fb | |
parent | 565630d503ef24e44c252bed55571b3a0d68455f (diff) |
arm64: mm: remove reference to tlb.S from comment block
tlb.S has been removed since fa48e6f "arm64: mm: Optimise tlb flush logic
where we have >4K granule", so align comment with that.
Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
-rw-r--r-- | arch/arm64/include/asm/tlbflush.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/include/asm/tlbflush.h b/arch/arm64/include/asm/tlbflush.h index c3bb05b98616..934815d45eda 100644 --- a/arch/arm64/include/asm/tlbflush.h +++ b/arch/arm64/include/asm/tlbflush.h | |||
@@ -28,8 +28,6 @@ | |||
28 | * TLB Management | 28 | * TLB Management |
29 | * ============== | 29 | * ============== |
30 | * | 30 | * |
31 | * The arch/arm64/mm/tlb.S files implement these methods. | ||
32 | * | ||
33 | * The TLB specific code is expected to perform whatever tests it needs | 31 | * The TLB specific code is expected to perform whatever tests it needs |
34 | * to determine if it should invalidate the TLB for each call. Start | 32 | * to determine if it should invalidate the TLB for each call. Start |
35 | * addresses are inclusive and end addresses are exclusive; it is safe to | 33 | * addresses are inclusive and end addresses are exclusive; it is safe to |