From: Antonino A. Daplas Date: Fri, 9 Sep 2005 20:10:04 +0000 (-0700) Subject: [PATCH] fbcon: Break up bit_putcs into its component functions X-Git-Tag: v2.6.14-rc1~304 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=829e79b680210c4f4de435af6e1f90451922fc7d;p=pandora-kernel.git [PATCH] fbcon: Break up bit_putcs into its component functions The function bit_putcs() in drivers/video/console/bitblit.c is becoming large. Break it up into its component functions (bit_putcs_unaligned and bit_putcs_aligned). Incorporated fb_pad_aligned_buffer() optimization by Roman Zippel. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed