diff options
author | Vladimir Murzin <vladimir.murzin@arm.com> | 2015-06-12 17:25:04 +0300 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2015-06-12 17:36:52 +0300 |
commit | c7d6b573fe55fdccd60bfe082dda8cace9bcaa3f (patch) | |
tree | 992e531b46b057787cc99aebd6f30b575b42a8fb /arch/arm64 | |
parent | 565630d503ef24e44c252bed55571b3a0d68455f (diff) | |
download | linux-c7d6b573fe55fdccd60bfe082dda8cace9bcaa3f.tar.xz |
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>
Diffstat (limited to 'arch/arm64')
-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 @@ * TLB Management * ============== * - * The arch/arm64/mm/tlb.S files implement these methods. - * * The TLB specific code is expected to perform whatever tests it needs * to determine if it should invalidate the TLB for each call. Start * addresses are inclusive and end addresses are exclusive; it is safe to |