Messages in this thread Patch in this message |  | | | From | Jason Wessel <> | | Subject | [PATCH 1/5] kgdb: remove unused HAVE_ARCH_KGDB_SHADOW_INFO config variable | | Date | Wed, 23 Jul 2008 13:35:35 -0500 |
| |
Remove HAVE_ARCH_KGDB_SHADOW_INFO because it does not exist anywhere in the kernel mainline sources
Signed-off-by: Jason Wessel <jason.wessel@windriver.com> --- lib/Kconfig.kgdb | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/lib/Kconfig.kgdb b/lib/Kconfig.kgdb index a5d4b1d..2cfd272 100644 --- a/lib/Kconfig.kgdb +++ b/lib/Kconfig.kgdb @@ -1,7 +1,4 @@ -config HAVE_ARCH_KGDB_SHADOW_INFO - bool - config HAVE_ARCH_KGDB bool -- 1.5.5.1
|  |