]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - include/linux/pti.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatchin...
[mirror_ubuntu-eoan-kernel.git] / include / linux / pti.h
CommitLineData
aa8c6248
TG
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
8static inline void pti_init(void) { }
b976690f 9static inline void pti_finalize(void) { }
aa8c6248
TG
10#endif
11
12#endif