Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm...
[linux/fpc-iii.git] / arch / powerpc / mm / book3s64 / internal.h
blobc12d78ee42f57b29f9764211f6c69137bb07fd32
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 #ifndef ARCH_POWERPC_MM_BOOK3S64_INTERNAL_H
3 #define ARCH_POWERPC_MM_BOOK3S64_INTERNAL_H
5 #include <linux/jump_label.h>
7 extern bool stress_slb_enabled;
9 DECLARE_STATIC_KEY_FALSE(stress_slb_key);
11 static inline bool stress_slb(void)
13 return static_branch_unlikely(&stress_slb_key);
16 void slb_setup_new_exec(void);
18 #endif /* ARCH_POWERPC_MM_BOOK3S64_INTERNAL_H */