From: Antonino A. Daplas Date: Fri, 29 Jul 2005 21:03:33 +0000 (-0700) Subject: [PATCH] fbdev: Replace memcpy with for-loop when preparing bitmap X-Git-Tag: v2.6.13-rc5~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4c5c82024f5f292c0069cf40422b8f3bf5e684e;p=pandora-kernel.git [PATCH] fbdev: Replace memcpy with for-loop when preparing bitmap Do not use memcpy in fb_pad_aligned_buffer. It is suboptimal because only a few bytes are moved at a time. Replace with a for-loop. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed