mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
136ce40e9f
Russell King pointed out that asm/serial.h is anachronistic and we were misusing BASE_BAUD. So fix BASE_BAUD for PCI 16550 UARTs, move LASI_BASE_BAUD into 8250_gsc, and fix the obsolete comment about reserving serial port slots. Signed-off-by: Matthew Wilcox <matthew@wil.cx> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
10 lines
150 B
C
10 lines
150 B
C
/*
|
|
* include/asm-parisc/serial.h
|
|
*/
|
|
|
|
/*
|
|
* This is used for 16550-compatible UARTs
|
|
*/
|
|
#define BASE_BAUD ( 1843200 / 16 )
|
|
|
|
#define SERIAL_PORT_DFNS
|