Skip to content

Commit d8fccd9

Browse files
Sebastian Andrzej SiewiorKAGA-KOKO
authored andcommitted
arm64: Allow to enable PREEMPT_RT.
It is really time. arm64 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 arm64. Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Acked-by: Will Deacon <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent d2d6422 commit d8fccd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ config ARM64
100100
select ARCH_SUPPORTS_NUMA_BALANCING
101101
select ARCH_SUPPORTS_PAGE_TABLE_CHECK
102102
select ARCH_SUPPORTS_PER_VMA_LOCK
103+
select ARCH_SUPPORTS_RT
103104
select ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH
104105
select ARCH_WANT_COMPAT_IPC_PARSE_VERSION if COMPAT
105106
select ARCH_WANT_DEFAULT_BPF_JIT

0 commit comments

Comments
 (0)