diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-01-30 13:01:09 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-01-30 13:01:09 -0800 |
commit | 3ccabd6d9d9b0da5780e0386b4bf7c5f07669e37 (patch) | |
tree | a9159e4621186178e577a3899f57dece27b986f6 /arch/x86/Kconfig.debug | |
parent | 5289d3005a36c305a71e6c9187cddf990bdcfc8b (diff) | |
parent | 782bf20c2a1795f35dcd526aa8005cd1870745da (diff) | |
download | talos-obmc-linux-3ccabd6d9d9b0da5780e0386b4bf7c5f07669e37.tar.gz talos-obmc-linux-3ccabd6d9d9b0da5780e0386b4bf7c5f07669e37.zip |
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 cleanups from Ingo Molnar:
"Misc cleanups"
* 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86: Remove unused IOMMU_STRESS Kconfig
x86/extable: Mark exception handler functions visible
x86/timer: Don't inline __const_udelay
x86/headers: Remove duplicate #includes
Diffstat (limited to 'arch/x86/Kconfig.debug')
-rw-r--r-- | arch/x86/Kconfig.debug | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 672441c008c7..192e4d2f9efc 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug @@ -169,14 +169,6 @@ config IOMMU_DEBUG options. See Documentation/x86/x86_64/boot-options.txt for more details. -config IOMMU_STRESS - bool "Enable IOMMU stress-test mode" - ---help--- - This option disables various optimizations in IOMMU related - code to do real stress testing of the IOMMU code. This option - will cause a performance drop and should only be enabled for - testing. - config IOMMU_LEAK bool "IOMMU leak tracing" depends on IOMMU_DEBUG && DMA_API_DEBUG |