Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364286
b: refs/heads/master
c: 65c1b12
h: refs/heads/master
v: v3
  • Loading branch information
Paul Bolle authored and Greg Kroah-Hartman committed Mar 25, 2013
1 parent 14ae918 commit ef8c6cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: b0b8c84cf58d2486d48f486b5c47af7a7a33a497
refs/heads/master: 65c1b12b453ec726fe0692707a8a2493502bd6a2
7 changes: 0 additions & 7 deletions trunk/drivers/tty/serial/8250/8250.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
#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
#define ALPHA_KLUDGE_MCR 0
#endif
Expand Down

0 comments on commit ef8c6cd

Please sign in to comment.