diff options
| author | roel kluin <[email protected]> | 2008-10-18 20:27:46 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-10-20 08:52:36 -0700 |
| commit | 1f3ccaed13944b9cfa9af7f6c70bfb292e42a347 (patch) | |
| tree | eaf969a11107b7850bce18398342ae06e18db2d0 /include/linux/timerqueue.h | |
| parent | 9f561dfceaafaae73ecfc81b1156dde3056e1ec9 (diff) | |
Altix serial: fix
In function sn_sal_switch_to_asynch(): drivers/serial/sn_console.c:713:
HZ * SN_SAL_UART_FIFO_DEPTH / SN_SAL_UART_FIFO_SPEED_CPS;
After preprocessing (see defines in patch) this becomes HZ * 16 / 9600 / 10
(associativity from left to right), not equivalent to HZ * 16 / 960.
Looks-obviously-right-to: Tony Luck <[email protected]>
Cc: Jes Sorensen <[email protected]>
Acked-by: Pat Gefre <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions