From: Yum Rayan Date: Thu, 5 May 2005 22:14:10 +0000 (-0700) Subject: [PATCH] smc91c92_cs: Reduce stack usage in smc91c92_event() X-Git-Tag: v2.6.13-rc1~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4638aef40ba9ebb9734caeed1f373c24015259fd;p=pandora-kernel.git [PATCH] smc91c92_cs: Reduce stack usage in smc91c92_event() This patch reduces the stack usage of the function smc91c92_event() in smc91c92_cs driver from 3540 to 132. Currently this is the highest stack user in linux-2.6.12-rc2-mm3. I used a patched version of gcc 3.4.3 on i386 with -fno-unit-at-a-time disabled. The patch has only been compile tested. Acked-by: Jörn Engel Acked-by: Randy Dunlap Signed-off-by: Yum Rayan Cc: Jeff Garzik Signed-off-by: Andrew Morton --- Reading git-diff-tree failed