From: Yum Rayan Date: Sun, 1 May 2005 15:59:14 +0000 (-0700) Subject: [PATCH] serial_cs: Reduce stack usage in serial_event() X-Git-Tag: v2.6.12-rc4~136^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16f31113a614a35acc2da64f4ae39ab0ed7e194f;p=pandora-kernel.git [PATCH] serial_cs: Reduce stack usage in serial_event() This patch reduces the stack usage of the function serial_event() in serial_cs from 2212 to 228. I used a patched version of gcc 3.4.3 on i386 with -fno-unit-at-a-time disabled. This patch is only compile tested. Acked-by: Randy Dunlap Signed-off-by: Yum Rayan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed