diff options
author | Christoph Egger <siccegge@cs.fau.de> | 2010-06-09 07:20:41 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:26:00 -0400 |
commit | 723b7f812fbcf76abad2c03674b3b3893ccd8516 (patch) | |
tree | 54285a5054e73545175dd441e29e4f58d12acab6 | |
parent | 9b98031e673df81989c0f4f63a99b79fa6630ff5 (diff) |
MIPS: Cavium: Remove dead CONFIG_GDB_CONSOLE
CONFIG_GDB_CONSOLE doesn't exist in Kconfig, therefore removing all
references for it from the source code.
Signed-off-by: Christoph Egger <siccegge@cs.fau.de>
To: David Daney <ddaney@caviumnetworks.com>
To: Yang Shi <yang.shi@windriver.com>
To: Herbert Xu <herbert@gondor.apana.org.au>
To: Tejun Heo <tj@kernel.org>
To: linux-mips@linux-mips.org
To: linux-kernel@vger.kernel.org
Cc: vamos@i4.informatik.uni-erlangen.de
Patchwork: https://patchwork.linux-mips.org/patch/1368/
Acked-by: David Daney <ddaney@caviumnetworks.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/cavium-octeon/serial.c | 4 | ||||
-rw-r--r-- | arch/mips/cavium-octeon/setup.c | 4 | ||||
-rw-r--r-- | arch/mips/pmc-sierra/yosemite/irq.c | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/arch/mips/cavium-octeon/serial.c b/arch/mips/cavium-octeon/serial.c index 83eac37a1ff9..638adab02842 100644 --- a/arch/mips/cavium-octeon/serial.c +++ b/arch/mips/cavium-octeon/serial.c | |||
@@ -18,11 +18,7 @@ | |||
18 | 18 | ||
19 | #include <asm/octeon/octeon.h> | 19 | #include <asm/octeon/octeon.h> |
20 | 20 | ||
21 | #ifdef CONFIG_GDB_CONSOLE | ||
22 | #define DEBUG_UART 0 | ||
23 | #else | ||
24 | #define DEBUG_UART 1 | 21 | #define DEBUG_UART 1 |
25 | #endif | ||
26 | 22 | ||
27 | unsigned int octeon_serial_in(struct uart_port *up, int offset) | 23 | unsigned int octeon_serial_in(struct uart_port *up, int offset) |
28 | { | 24 | { |
diff --git a/arch/mips/cavium-octeon/setup.c b/arch/mips/cavium-octeon/setup.c index d1b5ffaf0281..8c81a5c5bbab 100644 --- a/arch/mips/cavium-octeon/setup.c +++ b/arch/mips/cavium-octeon/setup.c | |||
@@ -578,9 +578,6 @@ void __init prom_init(void) | |||
578 | } | 578 | } |
579 | 579 | ||
580 | if (strstr(arcs_cmdline, "console=") == NULL) { | 580 | if (strstr(arcs_cmdline, "console=") == NULL) { |
581 | #ifdef CONFIG_GDB_CONSOLE | ||
582 | strcat(arcs_cmdline, " console=gdb"); | ||
583 | #else | ||
584 | #ifdef CONFIG_CAVIUM_OCTEON_2ND_KERNEL | 581 | #ifdef CONFIG_CAVIUM_OCTEON_2ND_KERNEL |
585 | strcat(arcs_cmdline, " console=ttyS0,115200"); | 582 | strcat(arcs_cmdline, " console=ttyS0,115200"); |
586 | #else | 583 | #else |
@@ -589,7 +586,6 @@ void __init prom_init(void) | |||
589 | else | 586 | else |
590 | strcat(arcs_cmdline, " console=ttyS0,115200"); | 587 | strcat(arcs_cmdline, " console=ttyS0,115200"); |
591 | #endif | 588 | #endif |
592 | #endif | ||
593 | } | 589 | } |
594 | 590 | ||
595 | if (octeon_is_simulation()) { | 591 | if (octeon_is_simulation()) { |
diff --git a/arch/mips/pmc-sierra/yosemite/irq.c b/arch/mips/pmc-sierra/yosemite/irq.c index 51021cfd04bc..25bbbf428be9 100644 --- a/arch/mips/pmc-sierra/yosemite/irq.c +++ b/arch/mips/pmc-sierra/yosemite/irq.c | |||
@@ -150,8 +150,4 @@ void __init arch_init_irq(void) | |||
150 | mips_cpu_irq_init(); | 150 | mips_cpu_irq_init(); |
151 | rm7k_cpu_irq_init(); | 151 | rm7k_cpu_irq_init(); |
152 | rm9k_cpu_irq_init(); | 152 | rm9k_cpu_irq_init(); |
153 | |||
154 | #ifdef CONFIG_GDB_CONSOLE | ||
155 | register_gdb_console(); | ||
156 | #endif | ||
157 | } | 153 | } |