tlbbatch.h 281 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _ARCH_ARM64_TLBBATCH_H
  3. #define _ARCH_ARM64_TLBBATCH_H
  4. struct arch_tlbflush_unmap_batch {
  5. /*
  6. * For arm64, HW can do tlb shootdown, so we don't
  7. * need to record cpumask for sending IPI
  8. */
  9. };
  10. #endif /* _ARCH_ARM64_TLBBATCH_H */