mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
565630d503
commit
c7d6b573fe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue