Re: [PATCH 02/10] x86, asm: use bool for bitops and other assembly outputs
From: H. Peter Anvin
Date: Wed Jun 08 2016 - 05:44:13 EST
On 06/08/16 02:39, Peter Zijlstra wrote:
>
> So I think using bool as return type or argument is fine, using it in
> structures is 'insane'.
>
Yes, scalar use only, and not across the kernel boundary, please.
-hpa