Am 25.02.2013 14:25, schrieb Alexander Graf:
>
> On 23.02.2013, at 19:20, Andreas Färber wrote:
>
>> Move array of CPU aliases to cpu-models.c, alongside model definitions.
>> This requires to zero-terminate the aliases array since ARRAY_SIZE() can
>> no longer be used in translate_init.c then.
>
On 23.02.2013, at 19:20, Andreas Färber wrote:
> Move array of CPU aliases to cpu-models.c, alongside model definitions.
> This requires to zero-terminate the aliases array since ARRAY_SIZE() can
> no longer be used in translate_init.c then.
>
> Suggested-by: Alexander Graf
> Signed-off-by: And
Am 23.02.2013 19:20, schrieb Andreas Färber:
> Move array of CPU aliases to cpu-models.c, alongside model definitions.
> This requires to zero-terminate the aliases array since ARRAY_SIZE() can
> no longer be used in translate_init.c then.
>
> Suggested-by: Alexander Graf
> Signed-off-by: Andreas
Move array of CPU aliases to cpu-models.c, alongside model definitions.
This requires to zero-terminate the aliases array since ARRAY_SIZE() can
no longer be used in translate_init.c then.
Suggested-by: Alexander Graf
Signed-off-by: Andreas Färber
---
target-ppc/cpu-models.c | 193