s390/bitops: find leftmost bit instruction support
authorJan Glauber <jang@linux.vnet.ibm.com>
Thu, 29 Nov 2012 12:01:15 +0000 (13:01 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 30 Nov 2012 14:40:48 +0000 (15:40 +0100)
The flogr instruction scans a bitmap starting from the leftmost bit.
Implement support for these bitops. This could be useful to scan
bitmaps like an interrupt vector set by the hardware starting
at the leftmost bit.

Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

No differences found