]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/csky/include/asm/mmu.h
Merge tag 'asoc-v5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[mirror_ubuntu-hirsute-kernel.git] / arch / csky / include / asm / mmu.h
CommitLineData
013de2d6
GR
1/* SPDX-License-Identifier: GPL-2.0 */
2// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
3
4#ifndef __ASM_CSKY_MMU_H
5#define __ASM_CSKY_MMU_H
6
7typedef struct {
22d55f02 8 atomic64_t asid;
013de2d6 9 void *vdso;
997153b9 10 cpumask_t icache_stale_mask;
013de2d6
GR
11} mm_context_t;
12
13#endif /* __ASM_CSKY_MMU_H */