From: James S. <jsi...@us...> - 2001-09-12 22:41:31
|
Update of /cvsroot/linux-mips/linux/arch/mips/au1000/common In directory usw-pr-cvs1:/tmp/cvs-serv17269 Modified Files: dbg_io.c Log Message: Updated to new *_baud_rate function name. Index: dbg_io.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/au1000/common/dbg_io.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** dbg_io.c 2001/06/22 02:29:31 1.1.1.1 --- dbg_io.c 2001/09/12 22:41:29 1.2 *************** *** 73,77 **** /* set divisor */ ! divisor = get_au1000_uart_baud() / baud; UART16550_WRITE(UART_CLK, divisor & 0xffff); } --- 73,77 ---- /* set divisor */ ! divisor = get_au1000_uart_baud_rate() / baud; UART16550_WRITE(UART_CLK, divisor & 0xffff); } |