Skip to content

Commit 64dcf0b

Browse files
jmberg-intelrichardweinberger
authored andcommitted
um: remove ARCH_NO_PREEMPT_DYNAMIC
There's no such symbol and we currently don't have any of the mechanisms to make boot-time selection cheap enough, so we can't have HAVE_PREEMPT_DYNAMIC_CALL or HAVE_PREEMPT_DYNAMIC_KEY. Remove the select statement. Reported-by: Lukas Bulwahn <[email protected]> Fixes: cd01672 ("um: Enable preemption in UML") Signed-off-by: Johannes Berg <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent 671cd5e commit 64dcf0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/um/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ config UML
1111
select ARCH_HAS_KCOV
1212
select ARCH_HAS_STRNCPY_FROM_USER
1313
select ARCH_HAS_STRNLEN_USER
14-
select ARCH_NO_PREEMPT_DYNAMIC
1514
select HAVE_ARCH_AUDITSYSCALL
1615
select HAVE_ARCH_KASAN if X86_64
1716
select HAVE_ARCH_KASAN_VMALLOC if HAVE_ARCH_KASAN

0 commit comments

Comments
 (0)