diff options
author | Jason Wessel <jason.wessel@windriver.com> | 2008-07-23 11:30:15 -0500 |
---|---|---|
committer | Jason Wessel <jason.wessel@windriver.com> | 2008-07-23 11:30:15 -0500 |
commit | 68afab1cb31436fc9b256a5f44771fa58ed019e2 (patch) | |
tree | 0c595cf25818cc983b218a8165788fb8c8889fc6 /lib | |
parent | c010b2f76c3032e48097a6eef291d8593d5d79a6 (diff) | |
download | linux-3.10-68afab1cb31436fc9b256a5f44771fa58ed019e2.tar.gz linux-3.10-68afab1cb31436fc9b256a5f44771fa58ed019e2.tar.bz2 linux-3.10-68afab1cb31436fc9b256a5f44771fa58ed019e2.zip |
kgdb: remove unused HAVE_ARCH_KGDB_SHADOW_INFO config variable
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>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.kgdb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Kconfig.kgdb b/lib/Kconfig.kgdb index a5d4b1dac2a..2cfd2721f7e 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 |