X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=bitops.h;h=07d1a0638fea29226c2b2a4024f6bf138cfc21b9;hb=d1722a27f552a22561104210e0afad4577878e53;hp=e2b9df3155029110a34af806122f56d869965df0;hpb=04483e150d412f5861a00c30581df7ba90a816e7;p=qemu.git diff --git a/bitops.h b/bitops.h index e2b9df315..07d1a0638 100644 --- a/bitops.h +++ b/bitops.h @@ -66,7 +66,7 @@ static unsigned long bitops_ffsl(unsigned long word) * * Undefined if no set bit exists, so code should check against 0 first. */ -static __always_inline unsigned long bitops_flsl(unsigned long word) +static inline unsigned long bitops_flsl(unsigned long word) { int num = BITS_PER_LONG - 1;