patch-2.4.20 linux-2.4.20/arch/mips/mips-boards/generic/gdb_hook.c
Next file: linux-2.4.20/arch/mips/mips-boards/generic/init.c
Previous file: linux-2.4.20/arch/mips/mips-boards/generic/display.c
Back to the patch index
Back to the overall index
- Lines: 51
- Date:
Thu Nov 28 15:53:10 2002
- Orig file:
linux-2.4.19/arch/mips/mips-boards/generic/gdb_hook.c
- Orig date:
Fri Aug 2 17:39:43 2002
diff -urN linux-2.4.19/arch/mips/mips-boards/generic/gdb_hook.c linux-2.4.20/arch/mips/mips-boards/generic/gdb_hook.c
@@ -67,28 +67,28 @@
serial_in(&kdb_port_info, UART_MSR);
/*
- * Now, initialize the UART
+ * Now, initialize the UART
*/
serial_out(&kdb_port_info, UART_LCR, UART_LCR_WLEN8); /* reset DLAB */
if (kdb_port_info.flags & ASYNC_FOURPORT) {
kdb_port_info.MCR = UART_MCR_DTR | UART_MCR_RTS;
t = UART_MCR_DTR | UART_MCR_OUT1;
} else {
- kdb_port_info.MCR
+ kdb_port_info.MCR
= UART_MCR_DTR | UART_MCR_RTS | UART_MCR_OUT2;
t = UART_MCR_DTR | UART_MCR_RTS;
}
kdb_port_info.MCR = t; /* no interrupts, please */
serial_out(&kdb_port_info, UART_MCR, kdb_port_info.MCR);
-
+
/*
* and set the speed of the serial port
* (currently hardwired to 9600 8N1
*/
/* baud rate is fixed to 9600 (is this sufficient?)*/
- t = kdb_port_info.state->baud_base / 9600;
+ t = kdb_port_info.state->baud_base / 9600;
/* set DLAB */
serial_out(&kdb_port_info, UART_LCR, UART_LCR_WLEN8 | UART_LCR_DLAB);
serial_out(&kdb_port_info, UART_DLL, t & 0xff);/* LS of divisor */
@@ -102,7 +102,7 @@
return generic_putDebugChar(c);
}
-char getDebugChar(void)
+char getDebugChar(void)
{
return generic_getDebugChar();
}
@@ -156,7 +156,7 @@
static int saa9730_kgdb_active = 0;
-void saa9730_kgdb_hook(void)
+void saa9730_kgdb_hook(void)
{
volatile unsigned char t;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)