From: Steven Rostedt Date: Thu, 28 Jul 2005 12:45:06 +0000 (-0400) Subject: [PATCH] speed up on find_first_bit for i386 (let compiler do the work) X-Git-Tag: v2.6.13-rc4~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd85c8b4457a52d3545fdb9532082b2c1ebd5f21;p=pandora-kernel.git [PATCH] speed up on find_first_bit for i386 (let compiler do the work) Avoid using "rep scas", just let the compiler select a sequence of regular instructions. Signed-off-by: Steven Rostedt Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed