Skip to content

Commit 2638e4e

Browse files
Sebastian Andrzej SiewiorKAGA-KOKO
authored andcommitted
riscv: Allow to enable PREEMPT_RT.
It is really time. riscv 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 riscv. Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Tested-by: Nam Cao <[email protected]> # Visionfive 2 Link: https://lore.kernel.org/all/[email protected]
1 parent d8fccd9 commit 2638e4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/riscv/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ config RISCV
6565
select ARCH_SUPPORTS_LTO_CLANG_THIN if LLD_VERSION >= 140000
6666
select ARCH_SUPPORTS_PAGE_TABLE_CHECK if MMU
6767
select ARCH_SUPPORTS_PER_VMA_LOCK if MMU
68+
select ARCH_SUPPORTS_RT
6869
select ARCH_SUPPORTS_SHADOW_CALL_STACK if HAVE_SHADOW_CALL_STACK
6970
select ARCH_USE_CMPXCHG_LOCKREF if 64BIT
7071
select ARCH_USE_MEMTEST

0 commit comments

Comments
 (0)