Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7862
b: refs/heads/master
c: 4e14918
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Sep 8, 2005
1 parent 5fec486 commit 32fa63d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1ee9bed173acd2f505f4e76e69d13cb2b82963e9
refs/heads/master: 4e1491847ef5ca1c5a661601d5f96dcb7d90d2f0
3 changes: 3 additions & 0 deletions trunk/include/linux/serial_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,9 @@ uart_handle_sysrq_char(struct uart_port *port, unsigned int ch,
#endif
return 0;
}
#ifndef SUPPORT_SYSRQ
#define uart_handle_sysrq_char(port,ch,regs) uart_handle_sysrq_char(port, 0, NULL)
#endif

/*
* We do the SysRQ and SAK checking like this...
Expand Down

0 comments on commit 32fa63d

Please sign in to comment.