projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b8a8e9
)
remove the dead X86_REMOTE_DEBUG option
author
Adrian Bunk
<bunk@kernel.org>
Mon, 29 Oct 2007 12:49:16 +0000
(13:49 +0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Mon, 29 Oct 2007 23:22:22 +0000
(
00:22
+0100)
This patch removes the dead X86_REMOTE_DEBUG option.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
arch/x86/Kconfig.debug
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/Kconfig.debug
b/arch/x86/Kconfig.debug
index 6f32beb2c47fedfc087c58ebee6a2314e416531f..761ca7b5f120e6cb0d52d2352dc4bb26d23b74e3 100644
(file)
--- a/
arch/x86/Kconfig.debug
+++ b/
arch/x86/Kconfig.debug
@@
-112,7
+112,4
@@
config IOMMU_LEAK
Add a simple leak tracer to the IOMMU code. This is useful when you
are debugging a buggy device driver that leaks IOMMU mappings.
-#config X86_REMOTE_DEBUG
-# bool "kgdb debugging stub"
-
endmenu