blob: 1a941efcaa6223a55a8bfcceeb7fb798bbbb1bb4 [file] [log] [blame]
Thomas Gleixneraa8c6242017-12-04 15:07:36 +01001// 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
8static inline void pti_init(void) { }
Joerg Roedelb9766902018-07-18 11:41:06 +02009static inline void pti_finalize(void) { }
Thomas Gleixneraa8c6242017-12-04 15:07:36 +010010#endif
11
12#endif