Re: [RFC PATCH] x86/hweight: Get rid of the special calling convention

From: Andi Kleen
Date: Wed May 04 2016 - 17:10:05 EST


On Wed, May 04, 2016 at 10:22:13PM +0200, Borislav Petkov wrote:
> On Wed, May 04, 2016 at 12:49:17PM -0700, H. Peter Anvin wrote:
> > Sigh. Doesn't look like -Wa is going to help due to the lack of the
> > equivalent of an -include option in gas.
>
> So much for the register "freedom" - I'll resurrect the hardcoded insn
> bytes. :-\
>
> Unless my gcc friends have some other ideas...

You can probe the assembler in the Makefile and pass a define,
like it is done by the dwarf code. When the define is not
set use the hard coded registers

Not very scalable, but may work in this case.

Longer term would probably need compiler probes at Kconfig
time (this would be useful for a lot of things)

-Andi
--
ak@xxxxxxxxxxxxxxx -- Speaking for myself only.