Re: [PATCH RFC 2/4] include/linux/compiler.h: allow memory operands

2019-01-07 Thread Michael S. Tsirkin
On Mon, Jan 07, 2019 at 05:54:27PM +, Will Deacon wrote: > On Wed, Jan 02, 2019 at 03:57:54PM -0500, Michael S. Tsirkin wrote: > > We don't really care whether the variable is in-register > > or in-memory. Relax the constraint accordingly. > > > > Signed-off-by: Michael S. Tsirkin > > --- > >

Re: [PATCH RFC 2/4] include/linux/compiler.h: allow memory operands

2019-01-07 Thread Will Deacon
On Wed, Jan 02, 2019 at 03:57:54PM -0500, Michael S. Tsirkin wrote: > We don't really care whether the variable is in-register > or in-memory. Relax the constraint accordingly. > > Signed-off-by: Michael S. Tsirkin > --- > include/linux/compiler.h | 2 +- > 1 file changed, 1 insertion(+), 1 dele

[PATCH RFC 2/4] include/linux/compiler.h: allow memory operands

2019-01-02 Thread Michael S. Tsirkin
We don't really care whether the variable is in-register or in-memory. Relax the constraint accordingly. Signed-off-by: Michael S. Tsirkin --- include/linux/compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/compiler.h b/include/linux/compiler.h index 1a