On 3/27/2014 9:58 AM, Andreas Färber wrote:
> Am 25.03.2014 08:29, schrieb Alex Bennée:
>>
>> Anton Blanchard writes:
>>
>>> Add MSR_LE to the msr_mask for POWER8.
>>>
>>
>>> -pcc->msr_mask = 0x8284FF36ULL;
>>> +pcc->msr_mask = 0x8284FF37ULL;
>>
>>
>> Should we be adding
Hi Anton,
Am 25.03.2014 03:40, schrieb Anton Blanchard:
> Add MSR_LE to the msr_mask for POWER8.
>
> Signed-off-by: Anton Blanchard
> Signed-off-by: Cédric Le Goater
Something went wrong here - you're sending patches without placing your
Sob last, which breaks the DCO chain. Cédric indicated t
Am 25.03.2014 08:29, schrieb Alex Bennée:
>
> Anton Blanchard writes:
>
>> Add MSR_LE to the msr_mask for POWER8.
>>
>
>> -pcc->msr_mask = 0x8284FF36ULL;
>> +pcc->msr_mask = 0x8284FF37ULL;
>
>
> Should we be adding some #define's for the various bit positions on this
>
Anton Blanchard writes:
> Add MSR_LE to the msr_mask for POWER8.
>
> -pcc->msr_mask = 0x8284FF36ULL;
> +pcc->msr_mask = 0x8284FF37ULL;
Should we be adding some #define's for the various bit positions on this
mask? Looking at the current code it looks like a big ream of
Add MSR_LE to the msr_mask for POWER8.
Signed-off-by: Anton Blanchard
Signed-off-by: Cédric Le Goater
---
target-ppc/translate_init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target-ppc/translate_init.c b/target-ppc/translate_init.c
index 7f53c33..a82c8f9 100644
--- a