mtd: rawnand: au1550nd: Stop using IO_ADDR_{R, W} in au_{read, write}_buf[16]()
[linux-2.6-block.git] / lib / test_bitmap.c
index 61ed71c1daba9776dff638e3f01034dfae7342ea..6b13150667f50f087570c69ce8c646850c5e6f43 100644 (file)
@@ -278,6 +278,8 @@ static void __init test_replace(void)
        unsigned int nlongs = DIV_ROUND_UP(nbits, BITS_PER_LONG);
        DECLARE_BITMAP(bmap, 1024);
 
+       BUILD_BUG_ON(EXP2_IN_BITS < nbits * 2);
+
        bitmap_zero(bmap, 1024);
        bitmap_replace(bmap, &exp2[0 * nlongs], &exp2[1 * nlongs], exp2_to_exp3_mask, nbits);
        expect_eq_bitmap(bmap, exp3_0_1, nbits);