Skip to content

Commit dd91433

Browse files
author
Russell King (Oracle)
committed
Merge branches 'fixes' and 'misc' into for-next
2 parents fd2dee1 + fedadc4 commit dd91433

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

12141214
config 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.

0 commit comments

Comments
 (0)