]> www.infradead.org Git - users/jedix/linux-maple.git/commit
um: remove ARCH_NO_PREEMPT_DYNAMIC
authorJohannes Berg <johannes.berg@intel.com>
Tue, 23 Jul 2024 12:24:56 +0000 (14:24 +0200)
committerRichard Weinberger <richard@nod.at>
Thu, 12 Sep 2024 18:12:37 +0000 (20:12 +0200)
commit64dcf0b8779363ca07dfb5649a4cc71f9fdf390b
treee33d7fe1017da7ffdc7ee3059878a45be2b86870
parent671cd5eed9db3415b42826747114a330bc303ae9
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>
arch/um/Kconfig