lib/bitmap.c: elide bitmap_copy_le on little-endian
authorRasmus Villemoes <[email protected]>
Fri, 13 Feb 2015 22:36:00 +0000 (14:36 -0800)
committerLinus Torvalds <[email protected]>
Sat, 14 Feb 2015 05:21:35 +0000 (21:21 -0800)
commite8f24278329dc31b3b8223c83a5465c9df153d9d
treecdf8884076023c88cab6c722de38e9e5b618d7e1
parent9b6c2d2e2ba5280649eb043cbc7e3483c77e5d69
lib/bitmap.c: elide bitmap_copy_le on little-endian

On little-endian, there's no reason to have an extra, presumably less
efficient, way of copying a bitmap.

Signed-off-by: Rasmus Villemoes <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/bitmap.h
lib/bitmap.c