diff options
author | Johannes Berg <johannes.berg@intel.com> | 2024-07-23 14:24:56 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2024-09-12 20:12:37 +0200 |
commit | 64dcf0b8779363ca07dfb5649a4cc71f9fdf390b (patch) | |
tree | e33d7fe1017da7ffdc7ee3059878a45be2b86870 /arch/um | |
parent | um: vector: Fix NAPI budget handling (diff) | |
download | linux-64dcf0b8779363ca07dfb5649a4cc71f9fdf390b.tar.xz linux-64dcf0b8779363ca07dfb5649a4cc71f9fdf390b.zip |
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 <lbulwahn@redhat.com>
Fixes: cd01672d64a3 ("um: Enable preemption in UML")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index dca84fd6d00a..c89575d05021 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig @@ -11,7 +11,6 @@ config UML select ARCH_HAS_KCOV select ARCH_HAS_STRNCPY_FROM_USER select ARCH_HAS_STRNLEN_USER - select ARCH_NO_PREEMPT_DYNAMIC select HAVE_ARCH_AUDITSYSCALL select HAVE_ARCH_KASAN if X86_64 select HAVE_ARCH_KASAN_VMALLOC if HAVE_ARCH_KASAN |