diff options
Diffstat (limited to 'arch/um/Kconfig.x86_64')
-rw-r--r-- | arch/um/Kconfig.x86_64 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/um/Kconfig.x86_64 b/arch/um/Kconfig.x86_64 index 6e5357c5bcfb..bd35e59419c8 100644 --- a/arch/um/Kconfig.x86_64 +++ b/arch/um/Kconfig.x86_64 @@ -37,3 +37,7 @@ config ARCH_HAS_SC_SIGNALS config ARCH_REUSE_HOST_VSYSCALL_AREA bool default n + +config SMP_BROKEN + bool + default y |