Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235507
b: refs/heads/master
c: 364a6ec
h: refs/heads/master
i:
  235505: f7b4cc0
  235503: eed7400
v: v3
  • Loading branch information
Thomas Weber authored and Greg Kroah-Hartman committed Feb 3, 2011
1 parent 4955604 commit 9f5662c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 2f1522eccb09188f0008168f75420bc2fedc9cae
refs/heads/master: 364a6ece62455f669336e50d5b00f14ba650da93
5 changes: 4 additions & 1 deletion trunk/drivers/tty/serial/omap-serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
* this driver as required for the omap-platform.
*/

#if defined(CONFIG_SERIAL_OMAP_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ)
#define SUPPORT_SYSRQ
#endif

#include <linux/module.h>
#include <linux/init.h>
#include <linux/console.h>
Expand Down Expand Up @@ -190,7 +194,6 @@ static inline void receive_chars(struct uart_omap_port *up, int *status)
if (up->port.line == up->port.cons->index) {
/* Recover the break flag from console xmit */
lsr |= up->lsr_break_flag;
up->lsr_break_flag = 0;
}
#endif
if (lsr & UART_LSR_BI)
Expand Down

0 comments on commit 9f5662c

Please sign in to comment.