diff options
author | Hernán Gonzalez <hernan@vanguardiasur.com.ar> | 2018-10-30 12:58:10 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2018-12-27 22:48:11 +0100 |
commit | 0d76433c220391672848f2c0607f86f79d5e1a38 (patch) | |
tree | 5751b517051e884b11fccec28feb47e5d3fabf44 /arch/um | |
parent | dbd0be61fb5a03db59450b42fbb689faece8b0ad (diff) | |
download | talos-op-linux-0d76433c220391672848f2c0607f86f79d5e1a38.tar.gz talos-op-linux-0d76433c220391672848f2c0607f86f79d5e1a38.zip |
um: Add HAVE_DEBUG_BUGVERBOSE
This option restores the DEBUG_BUGVERBOSE functionality as it was
previous to commit 9a93848fe787 ("x86/debug: Implement __WARN() using
UD0").
Signed-off-by: Hernán Gonzalez <hernan@vanguardiasur.com.ar>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 6b9938919f0b..c37c7dfee8be 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig @@ -12,6 +12,7 @@ config UML select HAVE_UID16 select HAVE_FUTEX_CMPXCHG if FUTEX select HAVE_DEBUG_KMEMLEAK + select HAVE_DEBUG_BUGVERBOSE select GENERIC_IRQ_SHOW select GENERIC_CPU_DEVICES select GENERIC_CLOCKEVENTS |