Skip to content

Commit d2d6422

Browse files
Sebastian Andrzej SiewiorKAGA-KOKO
authored andcommitted
x86: Allow to enable PREEMPT_RT.
It is really time. x86 has all the required architecture related changes, that have been identified over time, in order to enable PREEMPT_RT. With the recent printk changes, the last known road block has been addressed. Allow to enable PREEMPT_RT on x86. Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent c903327 commit d2d6422

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ config X86
122122
select ARCH_USES_CFI_TRAPS if X86_64 && CFI_CLANG
123123
select ARCH_SUPPORTS_LTO_CLANG
124124
select ARCH_SUPPORTS_LTO_CLANG_THIN
125+
select ARCH_SUPPORTS_RT
125126
select ARCH_USE_BUILTIN_BSWAP
126127
select ARCH_USE_CMPXCHG_LOCKREF if X86_CMPXCHG64
127128
select ARCH_USE_MEMTEST

0 commit comments

Comments
 (0)