repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/ast: Only warn about unsupported TX chips on Gen4 and later
[drm/drm-misc.git]
/
arch
/
csky
/
include
/
asm
/
mmu.h
blob
d78321901d06306ff92059a127806c1a38971563
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
#ifndef __ASM_CSKY_MMU_H
4
#define __ASM_CSKY_MMU_H
5
6
typedef
struct
{
7
atomic64_t asid
;
8
void
*
vdso
;
9
cpumask_t icache_stale_mask
;
10
}
mm_context_t
;
11
12
#endif
/* __ASM_CSKY_MMU_H */