From: Thomas Gleixner Date: Wed, 30 Jan 2008 12:30:23 +0000 (+0100) Subject: x86: simplify set_bitmap in ioport_32.c X-Git-Tag: v2.6.25-rc1~1143^2~809 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2f58178f497ca56501d44d79982621e19c5007f;p=pandora-kernel.git x86: simplify set_bitmap in ioport_32.c Simplify set_bitmap(). This is not in a hotpath and we really can use the straight forward loop through those bits. A similar implementation is used in the 64 bit code as well. Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed