diff options
Diffstat (limited to 'lib/bitmap.c')
-rw-r--r-- | lib/bitmap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/bitmap.c b/lib/bitmap.c index 2fd07f6df0b8..a2348d19c8b5 100644 --- a/lib/bitmap.c +++ b/lib/bitmap.c | |||
@@ -36,11 +36,6 @@ | |||
36 | * carefully filter out these unused bits from impacting their | 36 | * carefully filter out these unused bits from impacting their |
37 | * results. | 37 | * results. |
38 | * | 38 | * |
39 | * These operations actually hold to a slightly stronger rule: | ||
40 | * if you don't input any bitmaps to these ops that have some | ||
41 | * unused bits set, then they won't output any set unused bits | ||
42 | * in output bitmaps. | ||
43 | * | ||
44 | * The byte ordering of bitmaps is more natural on little | 39 | * The byte ordering of bitmaps is more natural on little |
45 | * endian architectures. See the big-endian headers | 40 | * endian architectures. See the big-endian headers |
46 | * include/asm-ppc64/bitops.h and include/asm-s390/bitops.h | 41 | * include/asm-ppc64/bitops.h and include/asm-s390/bitops.h |