repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'locking-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git]
/
arch
/
um
/
include
/
asm
/
tlb.h
blob
ff9c62828962c511aa7e87c7932bdaa70d98539c
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __UM_TLB_H
3
#define __UM_TLB_H
4
5
#include <linux/mm.h>
6
7
#include <asm/tlbflush.h>
8
#include <asm-generic/cacheflush.h>
9
#include <asm-generic/tlb.h>
10
11
#endif