mmu.h 216 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __ASM_CSKY_MMU_H
  3. #define __ASM_CSKY_MMU_H
  4. typedef struct {
  5. atomic64_t asid;
  6. void *vdso;
  7. cpumask_t icache_stale_mask;
  8. } mm_context_t;
  9. #endif /* __ASM_CSKY_MMU_H */