repo.or.cz
/
cris-mirror.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 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
include
/
linux
/
pti.h
blob
0174883a935a25ddef6b33ad4765c65f0f3b25c4
1
// SPDX-License-Identifier: GPL-2.0
2
#ifndef _INCLUDE_PTI_H
3
#define _INCLUDE_PTI_H
4
5
#ifdef CONFIG_PAGE_TABLE_ISOLATION
6
#include <asm/pti.h>
7
#else
8
static
inline
void
pti_init
(
void
) { }
9
#endif
10
11
#endif