On 8 September 2017 at 18:46, Alistair Francis wrote:
> On Fri, Sep 8, 2017 at 9:38 AM, Richard Henderson
> wrote:
>> Instead of copying addr to a local temp, reuse the value (which we
>> have just compared as equal) already saved in cpu_exclusive_addr.
>>
>> Signed-off-by: Richard Henderson
>
>
On Fri, Sep 8, 2017 at 9:38 AM, Richard Henderson
wrote:
> Instead of copying addr to a local temp, reuse the value (which we
> have just compared as equal) already saved in cpu_exclusive_addr.
>
> Signed-off-by: Richard Henderson
Reviewed-by: Alistair Francis
Thanks,
Alistair
> ---
> target
Instead of copying addr to a local temp, reuse the value (which we
have just compared as equal) already saved in cpu_exclusive_addr.
Signed-off-by: Richard Henderson
---
target/arm/translate-a64.c | 26 +-
1 file changed, 9 insertions(+), 17 deletions(-)
diff --git a/tar
Instead of copying addr to a local temp, reuse the value (which we
have just compared as equal) already saved in cpu_exclusive_addr.
Signed-off-by: Richard Henderson
---
target/arm/translate-a64.c | 26 +-
1 file changed, 9 insertions(+), 17 deletions(-)
diff --git a/tar