From: roel kluin Date: Sun, 19 Oct 2008 03:27:46 +0000 (-0700) Subject: Altix serial: fix X-Git-Tag: v2.6.28-rc1~172 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f3ccaed13944b9cfa9af7f6c70bfb292e42a347;p=pandora-kernel.git 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 Cc: Jes Sorensen Acked-by: Pat Gefre Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed