x86-64: ffz need only search the first 32-bits
authorJens Axboe <jens.axboe@oracle.com>
Mon, 2 Jun 2008 07:41:51 +0000 (09:41 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 2 Jun 2008 07:41:51 +0000 (09:41 +0200)
commit6164890e4db96c073274990edca12706e9c41659
tree8c1e06a7d10c46406b04faf5a47d6f801b8d7754
parent6839616ff2ac013c8b0fbeb2a97f6cf20976b9f3
x86-64: ffz need only search the first 32-bits

So use bsfl, not bsfq.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
arch/arch-x86_64.h