commit | a22fb7ff1259e6ee87d0ba3559c9f7b7d0cb20d2 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Feb 19 15:29:28 2008 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Feb 19 15:29:33 2008 +0100 |
tree | 46926139f2bd05aa45ce842ef8268474561fb11a | |
parent | 03513bccad33667ed738cfd96dc5757e539e0bdb [diff] |
[S390] find bit corner case. Fix [ext2_]find_first_[zero_]bit for the corner case of an all clear or all set bit field by always handling that last word of the bit field with __ffz_word/__ffs_word. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>