pti.h 198 B

1234567891011
  1. // SPDX-License-Identifier: GPL-2.0
  2. #ifndef _INCLUDE_PTI_H
  3. #define _INCLUDE_PTI_H
  4. #ifdef CONFIG_PAGE_TABLE_ISOLATION
  5. #include <asm/pti.h>
  6. #else
  7. static inline void pti_init(void) { }
  8. #endif
  9. #endif