linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MIPS: ar7 remove kgdb_enabled
@ 2009-12-18 12:20 Yoichi Yuasa
  2009-12-24 13:25 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2009-12-18 12:20 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yuasa, linux-mips

kgdb_enabled has not been used.

Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
---
 arch/mips/ar7/prom.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/arch/mips/ar7/prom.c b/arch/mips/ar7/prom.c
index 5ad6f1d..453dd22 100644
--- a/arch/mips/ar7/prom.c
+++ b/arch/mips/ar7/prom.c
@@ -219,14 +219,6 @@ static void __init console_config(void)
 	if (strstr(prom_getcmdline(), "console="))
 		return;
 
-#ifdef CONFIG_KGDB
-	if (!strstr(prom_getcmdline(), "nokgdb")) {
-		strcat(prom_getcmdline(), " console=kgdb");
-		kgdb_enabled = 1;
-		return;
-	}
-#endif
-
 	s = prom_getenv("modetty0");
 	if (s) {
 		baud = simple_strtoul(s, &p, 10);
-- 
1.6.5.7

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS: ar7 remove kgdb_enabled
  2009-12-18 12:20 [PATCH] MIPS: ar7 remove kgdb_enabled Yoichi Yuasa
@ 2009-12-24 13:25 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2009-12-24 13:25 UTC (permalink / raw)
  To: Yoichi Yuasa; +Cc: linux-mips

On Fri, Dec 18, 2009 at 09:20:24PM +0900, Yoichi Yuasa wrote:

> kgdb_enabled has not been used.
> 
> Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>

Applied, thanks Yoichi-San!

  Ralf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-12-24 13:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-18 12:20 [PATCH] MIPS: ar7 remove kgdb_enabled Yoichi Yuasa
2009-12-24 13:25 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).