qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC 04/38] translate-all: remove volatile from have_tb


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [RFC 04/38] translate-all: remove volatile from have_tb_lock
Date: Mon, 7 Sep 2015 18:12:10 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0


On 07/09/2015 17:50, Alex Bennée wrote:
>> >  /* translation block context */
>> > -__thread volatile int have_tb_lock;
>> > +__thread int have_tb_lock;
> Reviewed-by: Alex Bennée <address@hidden>
> 
> but really should be folded into the original patches.
> 

Yup, v2 will come soon.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]