]> Git Repo - linux.git/blob - include/linux/pti.h
mfd: cros-ec: Increase maximum mkbp event size
[linux.git] / include / linux / pti.h
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
This page took 0.033114 seconds and 4 git commands to generate.