mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 15:36:44 +07:00
serial: 8250: remove a few lines of dead code
Support for the WindRiver SBC8560 board was removed in v3.6. But there are still a few lines depending on its obsolete Kconfig macro. Remove these now. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b0b8c84cf5
commit
65c1b12b45
@ -117,13 +117,6 @@ static inline void serial_dl_write(struct uart_8250_port *up, int value)
|
|||||||
* is cleared, the machine locks up with endless interrupts.
|
* is cleared, the machine locks up with endless interrupts.
|
||||||
*/
|
*/
|
||||||
#define ALPHA_KLUDGE_MCR (UART_MCR_OUT2 | UART_MCR_OUT1)
|
#define ALPHA_KLUDGE_MCR (UART_MCR_OUT2 | UART_MCR_OUT1)
|
||||||
#elif defined(CONFIG_SBC8560)
|
|
||||||
/*
|
|
||||||
* WindRiver did something similarly broken on their SBC8560 board. The
|
|
||||||
* UART tristates its IRQ output while OUT2 is clear, but they pulled
|
|
||||||
* the interrupt line _up_ instead of down, so if we register the IRQ
|
|
||||||
* while the UART is in that state, we die in an IRQ storm. */
|
|
||||||
#define ALPHA_KLUDGE_MCR (UART_MCR_OUT2)
|
|
||||||
#else
|
#else
|
||||||
#define ALPHA_KLUDGE_MCR 0
|
#define ALPHA_KLUDGE_MCR 0
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user