On 13 June 2013 14:15, Andreas Färber wrote:
> Am 07.06.2013 14:06, schrieb Mans Rullgard:
>> case 2: /* wfe */
>> case 4: /* sev */
>> +case 5: /* sevl */
>> /* TODO: Implement SEV and WFE. May help SMP performance. */
>> default: /* nop */
>> break;
>
> So
Andreas Färber writes:
> Am 07.06.2013 14:06, schrieb Mans Rullgard:
>> The ARMv8 SEVL instruction is in the architectural hint space already
>> emulated as nop. This makes the decoding of SEVL explicit for clarity.
>>
>> Signed-off-by: Mans Rullgard
>> ---
>> target-arm/translate.c | 1 +
>>
Am 07.06.2013 14:06, schrieb Mans Rullgard:
> The ARMv8 SEVL instruction is in the architectural hint space already
> emulated as nop. This makes the decoding of SEVL explicit for clarity.
>
> Signed-off-by: Mans Rullgard
> ---
> target-arm/translate.c | 1 +
> 1 file changed, 1 insertion(+)
>
On 7 June 2013 13:06, Mans Rullgard wrote:
> The ARMv8 SEVL instruction is in the architectural hint space already
> emulated as nop. This makes the decoding of SEVL explicit for clarity.
>
> Signed-off-by: Mans Rullgard
Reviewed-by: Peter Maydell
-- PMM
The ARMv8 SEVL instruction is in the architectural hint space already
emulated as nop. This makes the decoding of SEVL explicit for clarity.
Signed-off-by: Mans Rullgard
---
target-arm/translate.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/target-arm/translate.c b/target-arm/translate.