Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204529
b: refs/heads/master
c: 723b7f8
h: refs/heads/master
i:
  204527: 2f06b95
v: v3
  • Loading branch information
Christoph Egger authored and Ralf Baechle committed Aug 5, 2010
1 parent 62bdff9 commit a37fa38
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9b98031e673df81989c0f4f63a99b79fa6630ff5
refs/heads/master: 723b7f812fbcf76abad2c03674b3b3893ccd8516
4 changes: 0 additions & 4 deletions trunk/arch/mips/cavium-octeon/serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@

#include <asm/octeon/octeon.h>

#ifdef CONFIG_GDB_CONSOLE
#define DEBUG_UART 0
#else
#define DEBUG_UART 1
#endif

unsigned int octeon_serial_in(struct uart_port *up, int offset)
{
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/mips/cavium-octeon/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -578,17 +578,13 @@ void __init prom_init(void)
}

if (strstr(arcs_cmdline, "console=") == NULL) {
#ifdef CONFIG_GDB_CONSOLE
strcat(arcs_cmdline, " console=gdb");
#else
#ifdef CONFIG_CAVIUM_OCTEON_2ND_KERNEL
strcat(arcs_cmdline, " console=ttyS0,115200");
#else
if (octeon_uart == 1)
strcat(arcs_cmdline, " console=ttyS1,115200");
else
strcat(arcs_cmdline, " console=ttyS0,115200");
#endif
#endif
}

Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/mips/pmc-sierra/yosemite/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,4 @@ void __init arch_init_irq(void)
mips_cpu_irq_init();
rm7k_cpu_irq_init();
rm9k_cpu_irq_init();

#ifdef CONFIG_GDB_CONSOLE
register_gdb_console();
#endif
}

0 comments on commit a37fa38

Please sign in to comment.