File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ config ARM
8080 select HAS_IOPORT
8181 select HAVE_ARCH_AUDITSYSCALL if AEABI && !OABI_COMPAT
8282 select HAVE_ARCH_BITREVERSE if (CPU_32v7M || CPU_32v7) && !CPU_32v6
83- select HAVE_ARCH_JUMP_LABEL if !XIP_KERNEL && !CPU_ENDIAN_BE32 && MMU
83+ select HAVE_ARCH_JUMP_LABEL if !XIP_KERNEL && !CPU_ENDIAN_BE32 && MMU && (!PREEMPT_RT || !SMP)
8484 select HAVE_ARCH_KFENCE if MMU && !XIP_KERNEL
8585 select HAVE_ARCH_KGDB if !CPU_ENDIAN_BE32 && MMU
8686 select HAVE_ARCH_KASAN if MMU && !XIP_KERNEL
@@ -1213,7 +1213,7 @@ config HIGHMEM
12131213
12141214config HIGHPTE
12151215 bool "Allocate 2nd-level pagetables from highmem" if EXPERT
1216- depends on HIGHMEM
1216+ depends on HIGHMEM && !PREEMPT_RT
12171217 default y
12181218 help
12191219 The VM uses one page of physical memory for each page table.
You can’t perform that action at this time.
0 commit comments