summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRonald Bultje <rbultje@ronald.bitfreak.net>2005-01-04 05:57:13 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-04 05:57:13 -0800
commit1db608d19a9479d0cae16a2cab6c77e7f1457453 (patch)
tree5d4bd0b16b3771f93ce503866c99b31db0932d2b /include/linux
parentf70bb809a4e147ef15b157a405d5cd0250e5e6ac (diff)
[PATCH] zr36067 driver - reduce stack size usage
Reduce local variable (large struct) stack usage in zoran_do_ioctl() from 1028 bytes to 324 bytes (on x86-32) by declaring & using only 1 "struct zoran_jpg_settings" instead of 5 instances of it. Reduced from 5 * 180 bytes to 1 * 180 bytes, plus other locals in each case. Signed-off-by: Randy Dunlap <rddunlap@osdl.org> Signed-off-by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions