diff options
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-08-09 19:02:50 +0200 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-08-09 19:04:08 +0200 |
commit | 10fe570fc16721d78afdba9689720094527c1ba3 (patch) | |
tree | 224d7b192039b1f0d24d1036269e44cf88b42f16 /arch/x86/xen/Kconfig | |
parent | Linux 3.1-rc1 (diff) | |
download | linux-10fe570fc16721d78afdba9689720094527c1ba3.tar.xz linux-10fe570fc16721d78afdba9689720094527c1ba3.zip |
Revert "xen/debug: WARN_ON when identity PFN has no _PAGE_IOMAP flag set."
We don' use it anymore and there are more false positives.
This reverts commit fc25151d9ac7d809239fe68de0a1490b504bb94a.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'arch/x86/xen/Kconfig')
-rw-r--r-- | arch/x86/xen/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig index 5cc821cb2e09..ae559fe91c25 100644 --- a/arch/x86/xen/Kconfig +++ b/arch/x86/xen/Kconfig @@ -49,11 +49,3 @@ config XEN_DEBUG_FS help Enable statistics output and various tuning options in debugfs. Enabling this option may incur a significant performance overhead. - -config XEN_DEBUG - bool "Enable Xen debug checks" - depends on XEN - default n - help - Enable various WARN_ON checks in the Xen MMU code. - Enabling this option WILL incur a significant performance overhead. |