On 10/05/2017 10:50 AM, Igor Mammedov wrote:
> default cpu model 'any' resolves to type TYPE_SH7750R_CPU
> in superh_cpu_class_by_name(), so use it directly.
>
> Signed-off-by: Igor Mammedov
Reviewed-by: Philippe Mathieu-Daudé
> ---
> v2:
> - Explain in commit message why default cpu model '
default cpu model 'any' resolves to type TYPE_SH7750R_CPU
in superh_cpu_class_by_name(), so use it directly.
Signed-off-by: Igor Mammedov
Acked-by: Philippe Mathieu-Daudé
---
v2:
- Explain in commit message why default cpu model 'any' is
replaced by TYPE_SH7750R_CPU (Philippe Mathieu-Daudé