roel kluin 1f3ccaed13 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 <tony.luck@intel.com>
Cc: Jes Sorensen <jes@sgi.com>
Acked-by: Pat Gefre <pfg@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-10-20 08:52:36 -07:00
..
2008-07-20 17:12:35 -07:00
2008-10-20 08:52:36 -07:00
2008-02-08 09:22:25 -08:00
2008-02-08 09:22:25 -08:00
2008-10-13 09:51:44 -07:00
2008-08-04 17:12:07 -07:00
2008-02-03 14:47:38 +02:00
2008-10-15 11:31:54 +11:00
2008-04-30 08:29:47 -07:00
2006-12-08 08:28:57 -08:00
2008-10-20 08:50:24 -07:00
2008-07-28 18:10:29 +09:00
2008-10-20 08:52:36 -07:00
2007-07-18 08:38:22 -07:00