x86/bitops: Force __scanbit() to be always inline
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 9 Feb 2017 18:22:50 +0000 (18:22 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 13 Feb 2017 11:29:46 +0000 (11:29 +0000)
commit95fab27fd0de95b8d98c7dbb8997468431f4a90f
treeb2c1e0fbae7113d5ded8ce9d50217d2e6231dd24
parent3884d7900a1528eebeaf276aa7614d9026de5811
x86/bitops: Force __scanbit() to be always inline

It turns out that GCCs 4.9.2 and 6.3.0 instantiate __scanbit() in three
translation units, but never references the result.  All real uses of
__scanbit() are already suitably inline.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/include/asm-x86/bitops.h