From: Johannes Berg Date: Wed, 11 Aug 2021 14:58:26 +0000 (+0200) Subject: um: enable VMAP_STACK X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bc5c49d79206b40ad16e055837a33b6dc6160bed;p=linux.git um: enable VMAP_STACK This works just fine, so select HAVE_ARCH_VMAP_STACK to let users enable VMAP_STACK if desired. Signed-off-by: Johannes Berg Signed-off-by: Richard Weinberger --- diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 0561b73cfd9ad..389c9f5bcb2bc 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig @@ -21,6 +21,7 @@ config UML select HAVE_GCC_PLUGINS select SET_FS select TTY # Needed for line.c + select HAVE_ARCH_VMAP_STACK config MMU bool