qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] sparc64: fix 128-bit atomic load from nucleus


From: Igor Kovalenko
Subject: Re: [Qemu-devel] [PATCH] sparc64: fix 128-bit atomic load from nucleus context
Date: Sat, 29 May 2010 01:07:16 +0400

On Sat, May 29, 2010 at 12:30 AM, Blue Swirl <address@hidden> wrote:
> On Fri, May 28, 2010 at 9:48 AM, Igor V. Kovalenko
> <address@hidden> wrote:
>> From: Igor V. Kovalenko <address@hidden>
>>
>> Signed-off-by: Igor V. Kovalenko <address@hidden>
>> ---
>>  sparc-dis.c              |    2 ++
>>  target-sparc/op_helper.c |   10 +++++-----
>>  2 files changed, 7 insertions(+), 5 deletions(-)
>>
>> diff --git a/sparc-dis.c b/sparc-dis.c
>> index c1b682d..dbd3b4f 100644
>> --- a/sparc-dis.c
>> +++ b/sparc-dis.c
>> @@ -2155,6 +2155,8 @@ static const arg asi_table_v9[] =
>>   /* These are UltraSPARC extensions.  */
>>   { 0x14, "#ASI_PHYS_USE_EC"},
>>   { 0x15, "#ASI_PHYS_BYPASS_EC_WITH_EBIT"},
>> +  { 0x24, "#ASI_NUCLEUS_QUAD_LDD" },
>> +  { 0x2c, "#ASI_NUCLEUS_QUAD_LDD_LITTLE" },
>>   { 0x45, "#ASI_LSU_CONTROL_REG"},
>>   { 0x47, "#ASI_DCACHE_TAG"},
>>   { 0x49, "#ASI_INTR_RECEIVE"},
>
> The patch does not apply because the above line is not in the tree.
>
> This change should be also mentioned in the commit body.

I decided to drop disassembler update, it can be done separately once
for all ASI extensions.

-- 
Kind regards,
Igor V. Kovalenko



reply via email to

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