From: David Vrabel Date: Wed, 17 Sep 2008 15:34:03 +0000 (+0100) Subject: bitmap: add bitmap_copy_le() X-Git-Tag: v2.6.28-rc1~59^2~5^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccbe329bcd87924baed96474ec0a6725e3957897;p=pandora-kernel.git bitmap: add bitmap_copy_le() bitmap_copy_le() copies a bitmap, putting the bits into little-endian order (i.e., each unsigned long word in the bitmap is put into little-endian order). The UWB stack used bitmaps to manage Medium Access Slot availability, and these bitmaps need to be written to the hardware in LE order. Signed-off-by: David Vrabel --- Reading git-diff-tree failed