Skip to content
  • Mark Rutland's avatar
    arm64: mm: cleanup stale AIVIVT references · f81a3487
    Mark Rutland authored
    Since commit:
    
      155433cb
    
     ("arm64: cache: Remove support for ASID-tagged VIVT I-caches")
    
    ... the kernel no longer cares about AIVIVT I-caches, as these were
    removed from the architecture.
    
    This patch removes the stale references to such I-caches.
    
    The comment in flush_context() is also updated to clarify when and where
    the TLB invalidation occurs.
    
    Signed-off-by: default avatarMark Rutland <mark.rutland@arm.com>
    Cc: Catalin Marinas <catalin.marinas@arm.com>
    Cc: Will Deacon <will.deacon@arm.com>
    Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
    f81a3487