From: Akinobu Mita Date: Wed, 16 Feb 2011 14:48:35 +0000 (+0900) Subject: x86: Use bitmap library functions X-Git-Tag: v2.6.39-rc1~506^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da1016df85ed67b6f7dbb765532c54bc35ba08d7;p=pandora-kernel.git x86: Use bitmap library functions Use bitmap_set()/bitmap_clear() to fill/zero a region of a bitmap instead of doing set_bit()/clear_bit() each bit. This change has been tested with ioperm() and there's no change in behavior. Signed-off-by: Akinobu Mita LKML-Reference: <1297867715-20394-1-git-send-email-akinobu.mita@gmail.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed