From: Marcin Slusarz Date: Wed, 29 Oct 2008 21:01:01 +0000 (-0700) Subject: fbcon: don't inline updatescrollmode X-Git-Tag: v2.6.28-rc3~71 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=def1be2d727a1764205479b3e3e3ba16ffbad028;hp=def1be2d727a1764205479b3e3e3ba16ffbad028;p=safe%2Fjmp%2Flinux-2.6 fbcon: don't inline updatescrollmode Updatescrollmode is marked inline, but it's big and is called only from non-critical codepaths (fbcon_resize, fbcon_switch, fbcon_modechanged). Dropping it saves almost 800 bytes of text size. text data bss dec hex filename 23859 287 8448 32594 7f52 drivers/video/console/fbcon.o.before 23065 287 8448 31800 7c38 drivers/video/console/fbcon.o.after Signed-off-by: Marcin Slusarz Cc: Antonino Daplas Cc: Krzysztof Helt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds ---