diff options
author | Jason Wessel <jason.wessel@windriver.com> | 2008-07-29 16:58:52 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-30 16:54:42 -0400 |
commit | 8d60a903d986ffa26c41f0092320a3b9da20bfaf (patch) | |
tree | f05a8ae48e275d55fcfd3acfb7b3b1b601da56ea /arch/mips/configs | |
parent | 8f8da9adebdf04bfb3b812a7de8706fbf179fd2c (diff) |
[MIPS] kgdb: Remove existing implementation
This patch explicitly removes the kgdb implementation, for mips which
is intended to be followed by a patch that adds a kgdb implementation
for MIPS that makes use of the kgdb core in the kernel.
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/configs')
-rw-r--r-- | arch/mips/configs/db1000_defconfig | 1 | ||||
-rw-r--r-- | arch/mips/configs/db1100_defconfig | 1 | ||||
-rw-r--r-- | arch/mips/configs/db1200_defconfig | 1 | ||||
-rw-r--r-- | arch/mips/configs/db1500_defconfig | 1 | ||||
-rw-r--r-- | arch/mips/configs/db1550_defconfig | 1 | ||||
-rw-r--r-- | arch/mips/configs/excite_defconfig | 1 | ||||
-rw-r--r-- | arch/mips/configs/ip27_defconfig | 1 | ||||
-rw-r--r-- | arch/mips/configs/msp71xx_defconfig | 2 | ||||
-rw-r--r-- | arch/mips/configs/mtx1_defconfig | 1 | ||||
-rw-r--r-- | arch/mips/configs/pb1100_defconfig | 1 | ||||
-rw-r--r-- | arch/mips/configs/pb1500_defconfig | 1 | ||||
-rw-r--r-- | arch/mips/configs/pb1550_defconfig | 1 | ||||
-rw-r--r-- | arch/mips/configs/pnx8550-jbs_defconfig | 4 | ||||
-rw-r--r-- | arch/mips/configs/pnx8550-stb810_defconfig | 4 | ||||
-rw-r--r-- | arch/mips/configs/rbtx49xx_defconfig | 1 | ||||
-rw-r--r-- | arch/mips/configs/sb1250-swarm_defconfig | 1 | ||||
-rw-r--r-- | arch/mips/configs/yosemite_defconfig | 2 |
17 files changed, 2 insertions, 23 deletions
diff --git a/arch/mips/configs/db1000_defconfig b/arch/mips/configs/db1000_defconfig index ebb8ad62b3a3..a279165e3a7d 100644 --- a/arch/mips/configs/db1000_defconfig +++ b/arch/mips/configs/db1000_defconfig | |||
@@ -1092,7 +1092,6 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1092 | CONFIG_LOG_BUF_SHIFT=14 | 1092 | CONFIG_LOG_BUF_SHIFT=14 |
1093 | CONFIG_CROSSCOMPILE=y | 1093 | CONFIG_CROSSCOMPILE=y |
1094 | CONFIG_CMDLINE="" | 1094 | CONFIG_CMDLINE="" |
1095 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1096 | 1095 | ||
1097 | # | 1096 | # |
1098 | # Security options | 1097 | # Security options |
diff --git a/arch/mips/configs/db1100_defconfig b/arch/mips/configs/db1100_defconfig index ad4e5ef65592..8944d15caf13 100644 --- a/arch/mips/configs/db1100_defconfig +++ b/arch/mips/configs/db1100_defconfig | |||
@@ -1092,7 +1092,6 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1092 | CONFIG_LOG_BUF_SHIFT=14 | 1092 | CONFIG_LOG_BUF_SHIFT=14 |
1093 | CONFIG_CROSSCOMPILE=y | 1093 | CONFIG_CROSSCOMPILE=y |
1094 | CONFIG_CMDLINE="" | 1094 | CONFIG_CMDLINE="" |
1095 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1096 | 1095 | ||
1097 | # | 1096 | # |
1098 | # Security options | 1097 | # Security options |
diff --git a/arch/mips/configs/db1200_defconfig b/arch/mips/configs/db1200_defconfig index d0dc2e83ad35..ab17973107fd 100644 --- a/arch/mips/configs/db1200_defconfig +++ b/arch/mips/configs/db1200_defconfig | |||
@@ -1174,7 +1174,6 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1174 | CONFIG_LOG_BUF_SHIFT=14 | 1174 | CONFIG_LOG_BUF_SHIFT=14 |
1175 | CONFIG_CROSSCOMPILE=y | 1175 | CONFIG_CROSSCOMPILE=y |
1176 | CONFIG_CMDLINE="mem=48M" | 1176 | CONFIG_CMDLINE="mem=48M" |
1177 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1178 | 1177 | ||
1179 | # | 1178 | # |
1180 | # Security options | 1179 | # Security options |
diff --git a/arch/mips/configs/db1500_defconfig b/arch/mips/configs/db1500_defconfig index 9155082313c8..b65803f19352 100644 --- a/arch/mips/configs/db1500_defconfig +++ b/arch/mips/configs/db1500_defconfig | |||
@@ -1392,7 +1392,6 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1392 | CONFIG_LOG_BUF_SHIFT=14 | 1392 | CONFIG_LOG_BUF_SHIFT=14 |
1393 | CONFIG_CROSSCOMPILE=y | 1393 | CONFIG_CROSSCOMPILE=y |
1394 | CONFIG_CMDLINE="" | 1394 | CONFIG_CMDLINE="" |
1395 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1396 | 1395 | ||
1397 | # | 1396 | # |
1398 | # Security options | 1397 | # Security options |
diff --git a/arch/mips/configs/db1550_defconfig b/arch/mips/configs/db1550_defconfig index e4e324422cd9..a190ac07740b 100644 --- a/arch/mips/configs/db1550_defconfig +++ b/arch/mips/configs/db1550_defconfig | |||
@@ -1209,7 +1209,6 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1209 | CONFIG_LOG_BUF_SHIFT=14 | 1209 | CONFIG_LOG_BUF_SHIFT=14 |
1210 | CONFIG_CROSSCOMPILE=y | 1210 | CONFIG_CROSSCOMPILE=y |
1211 | CONFIG_CMDLINE="" | 1211 | CONFIG_CMDLINE="" |
1212 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1213 | 1212 | ||
1214 | # | 1213 | # |
1215 | # Security options | 1214 | # Security options |
diff --git a/arch/mips/configs/excite_defconfig b/arch/mips/configs/excite_defconfig index 3572e80356d2..4e465e945991 100644 --- a/arch/mips/configs/excite_defconfig +++ b/arch/mips/configs/excite_defconfig | |||
@@ -1269,7 +1269,6 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1269 | CONFIG_LOG_BUF_SHIFT=14 | 1269 | CONFIG_LOG_BUF_SHIFT=14 |
1270 | CONFIG_CROSSCOMPILE=y | 1270 | CONFIG_CROSSCOMPILE=y |
1271 | CONFIG_CMDLINE="" | 1271 | CONFIG_CMDLINE="" |
1272 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1273 | 1272 | ||
1274 | # | 1273 | # |
1275 | # Security options | 1274 | # Security options |
diff --git a/arch/mips/configs/ip27_defconfig b/arch/mips/configs/ip27_defconfig index 138c575a0151..831d3e5a1ea6 100644 --- a/arch/mips/configs/ip27_defconfig +++ b/arch/mips/configs/ip27_defconfig | |||
@@ -943,7 +943,6 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
943 | # CONFIG_DEBUG_KERNEL is not set | 943 | # CONFIG_DEBUG_KERNEL is not set |
944 | CONFIG_CROSSCOMPILE=y | 944 | CONFIG_CROSSCOMPILE=y |
945 | CONFIG_CMDLINE="" | 945 | CONFIG_CMDLINE="" |
946 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
947 | 946 | ||
948 | # | 947 | # |
949 | # Security options | 948 | # Security options |
diff --git a/arch/mips/configs/msp71xx_defconfig b/arch/mips/configs/msp71xx_defconfig index 59d19472b161..dd13db4d0fb9 100644 --- a/arch/mips/configs/msp71xx_defconfig +++ b/arch/mips/configs/msp71xx_defconfig | |||
@@ -1415,8 +1415,6 @@ CONFIG_FORCED_INLINING=y | |||
1415 | CONFIG_CROSSCOMPILE=y | 1415 | CONFIG_CROSSCOMPILE=y |
1416 | CONFIG_CMDLINE="" | 1416 | CONFIG_CMDLINE="" |
1417 | # CONFIG_DEBUG_STACK_USAGE is not set | 1417 | # CONFIG_DEBUG_STACK_USAGE is not set |
1418 | # CONFIG_KGDB is not set | ||
1419 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1420 | # CONFIG_RUNTIME_DEBUG is not set | 1418 | # CONFIG_RUNTIME_DEBUG is not set |
1421 | # CONFIG_MIPS_UNCACHED is not set | 1419 | # CONFIG_MIPS_UNCACHED is not set |
1422 | 1420 | ||
diff --git a/arch/mips/configs/mtx1_defconfig b/arch/mips/configs/mtx1_defconfig index bacf0dd0e345..db9272677aa2 100644 --- a/arch/mips/configs/mtx1_defconfig +++ b/arch/mips/configs/mtx1_defconfig | |||
@@ -3020,7 +3020,6 @@ CONFIG_MAGIC_SYSRQ=y | |||
3020 | # CONFIG_DEBUG_KERNEL is not set | 3020 | # CONFIG_DEBUG_KERNEL is not set |
3021 | CONFIG_CROSSCOMPILE=y | 3021 | CONFIG_CROSSCOMPILE=y |
3022 | CONFIG_CMDLINE="" | 3022 | CONFIG_CMDLINE="" |
3023 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
3024 | 3023 | ||
3025 | # | 3024 | # |
3026 | # Security options | 3025 | # Security options |
diff --git a/arch/mips/configs/pb1100_defconfig b/arch/mips/configs/pb1100_defconfig index 6dfe6f793cef..9e21e333a2fc 100644 --- a/arch/mips/configs/pb1100_defconfig +++ b/arch/mips/configs/pb1100_defconfig | |||
@@ -1085,7 +1085,6 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1085 | CONFIG_LOG_BUF_SHIFT=14 | 1085 | CONFIG_LOG_BUF_SHIFT=14 |
1086 | CONFIG_CROSSCOMPILE=y | 1086 | CONFIG_CROSSCOMPILE=y |
1087 | CONFIG_CMDLINE="" | 1087 | CONFIG_CMDLINE="" |
1088 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1089 | 1088 | ||
1090 | # | 1089 | # |
1091 | # Security options | 1090 | # Security options |
diff --git a/arch/mips/configs/pb1500_defconfig b/arch/mips/configs/pb1500_defconfig index c965a87e6a96..af67ed4f71ae 100644 --- a/arch/mips/configs/pb1500_defconfig +++ b/arch/mips/configs/pb1500_defconfig | |||
@@ -1202,7 +1202,6 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1202 | CONFIG_LOG_BUF_SHIFT=14 | 1202 | CONFIG_LOG_BUF_SHIFT=14 |
1203 | CONFIG_CROSSCOMPILE=y | 1203 | CONFIG_CROSSCOMPILE=y |
1204 | CONFIG_CMDLINE="" | 1204 | CONFIG_CMDLINE="" |
1205 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1206 | 1205 | ||
1207 | # | 1206 | # |
1208 | # Security options | 1207 | # Security options |
diff --git a/arch/mips/configs/pb1550_defconfig b/arch/mips/configs/pb1550_defconfig index 0778996c682f..7956f56cbf3e 100644 --- a/arch/mips/configs/pb1550_defconfig +++ b/arch/mips/configs/pb1550_defconfig | |||
@@ -1195,7 +1195,6 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1195 | CONFIG_LOG_BUF_SHIFT=14 | 1195 | CONFIG_LOG_BUF_SHIFT=14 |
1196 | CONFIG_CROSSCOMPILE=y | 1196 | CONFIG_CROSSCOMPILE=y |
1197 | CONFIG_CMDLINE="" | 1197 | CONFIG_CMDLINE="" |
1198 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1199 | 1198 | ||
1200 | # | 1199 | # |
1201 | # Security options | 1200 | # Security options |
diff --git a/arch/mips/configs/pnx8550-jbs_defconfig b/arch/mips/configs/pnx8550-jbs_defconfig index 37c7b5ffd474..723bd5176a35 100644 --- a/arch/mips/configs/pnx8550-jbs_defconfig +++ b/arch/mips/configs/pnx8550-jbs_defconfig | |||
@@ -1216,10 +1216,8 @@ CONFIG_DEBUG_MUTEXES=y | |||
1216 | CONFIG_FORCED_INLINING=y | 1216 | CONFIG_FORCED_INLINING=y |
1217 | # CONFIG_RCU_TORTURE_TEST is not set | 1217 | # CONFIG_RCU_TORTURE_TEST is not set |
1218 | CONFIG_CROSSCOMPILE=y | 1218 | CONFIG_CROSSCOMPILE=y |
1219 | CONFIG_CMDLINE="console=ttyS1,38400n8 kgdb=ttyS0 root=/dev/nfs ip=bootp" | 1219 | CONFIG_CMDLINE="console=ttyS1,38400n8 root=/dev/nfs ip=bootp" |
1220 | # CONFIG_DEBUG_STACK_USAGE is not set | 1220 | # CONFIG_DEBUG_STACK_USAGE is not set |
1221 | # CONFIG_KGDB is not set | ||
1222 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1223 | # CONFIG_RUNTIME_DEBUG is not set | 1221 | # CONFIG_RUNTIME_DEBUG is not set |
1224 | 1222 | ||
1225 | # | 1223 | # |
diff --git a/arch/mips/configs/pnx8550-stb810_defconfig b/arch/mips/configs/pnx8550-stb810_defconfig index 893e5c4ab66d..b5052fb42e9e 100644 --- a/arch/mips/configs/pnx8550-stb810_defconfig +++ b/arch/mips/configs/pnx8550-stb810_defconfig | |||
@@ -1206,10 +1206,8 @@ CONFIG_DEBUG_SLAB=y | |||
1206 | CONFIG_FORCED_INLINING=y | 1206 | CONFIG_FORCED_INLINING=y |
1207 | # CONFIG_RCU_TORTURE_TEST is not set | 1207 | # CONFIG_RCU_TORTURE_TEST is not set |
1208 | CONFIG_CROSSCOMPILE=y | 1208 | CONFIG_CROSSCOMPILE=y |
1209 | CONFIG_CMDLINE="console=ttyS1,38400n8 kgdb=ttyS0 root=/dev/nfs ip=bootp" | 1209 | CONFIG_CMDLINE="console=ttyS1,38400n8 root=/dev/nfs ip=bootp" |
1210 | # CONFIG_DEBUG_STACK_USAGE is not set | 1210 | # CONFIG_DEBUG_STACK_USAGE is not set |
1211 | # CONFIG_KGDB is not set | ||
1212 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1213 | # CONFIG_RUNTIME_DEBUG is not set | 1211 | # CONFIG_RUNTIME_DEBUG is not set |
1214 | 1212 | ||
1215 | # | 1213 | # |
diff --git a/arch/mips/configs/rbtx49xx_defconfig b/arch/mips/configs/rbtx49xx_defconfig index e42aed5a38bb..c7c0864b8ce9 100644 --- a/arch/mips/configs/rbtx49xx_defconfig +++ b/arch/mips/configs/rbtx49xx_defconfig | |||
@@ -742,7 +742,6 @@ CONFIG_DEBUG_FS=y | |||
742 | # CONFIG_DEBUG_KERNEL is not set | 742 | # CONFIG_DEBUG_KERNEL is not set |
743 | # CONFIG_SAMPLES is not set | 743 | # CONFIG_SAMPLES is not set |
744 | CONFIG_CMDLINE="" | 744 | CONFIG_CMDLINE="" |
745 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
746 | 745 | ||
747 | # | 746 | # |
748 | # Security options | 747 | # Security options |
diff --git a/arch/mips/configs/sb1250-swarm_defconfig b/arch/mips/configs/sb1250-swarm_defconfig index 1ea97865f2ce..a9acaa2f9da3 100644 --- a/arch/mips/configs/sb1250-swarm_defconfig +++ b/arch/mips/configs/sb1250-swarm_defconfig | |||
@@ -963,7 +963,6 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
963 | # CONFIG_DEBUG_KERNEL is not set | 963 | # CONFIG_DEBUG_KERNEL is not set |
964 | # CONFIG_SAMPLES is not set | 964 | # CONFIG_SAMPLES is not set |
965 | CONFIG_CMDLINE="" | 965 | CONFIG_CMDLINE="" |
966 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
967 | # CONFIG_SB1XXX_CORELIS is not set | 966 | # CONFIG_SB1XXX_CORELIS is not set |
968 | 967 | ||
969 | # | 968 | # |
diff --git a/arch/mips/configs/yosemite_defconfig b/arch/mips/configs/yosemite_defconfig index 7f86c43d1bda..ea8249c75b3f 100644 --- a/arch/mips/configs/yosemite_defconfig +++ b/arch/mips/configs/yosemite_defconfig | |||
@@ -827,8 +827,6 @@ CONFIG_FORCED_INLINING=y | |||
827 | CONFIG_CROSSCOMPILE=y | 827 | CONFIG_CROSSCOMPILE=y |
828 | CONFIG_CMDLINE="" | 828 | CONFIG_CMDLINE="" |
829 | # CONFIG_DEBUG_STACK_USAGE is not set | 829 | # CONFIG_DEBUG_STACK_USAGE is not set |
830 | # CONFIG_KGDB is not set | ||
831 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
832 | # CONFIG_RUNTIME_DEBUG is not set | 830 | # CONFIG_RUNTIME_DEBUG is not set |
833 | 831 | ||
834 | # | 832 | # |