mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
KVM: PPC: e500mc: Enable e6500 cores
Extend processor compatibility names to e6500 cores. Signed-off-by: Mihai Caraman <mihai.caraman@freescale.com> Reviewed-by: Alexander Graf <agraf@suse.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
5b21501045
commit
ea17a971c2
@ -172,6 +172,8 @@ int kvmppc_core_check_processor_compat(void)
|
|||||||
r = 0;
|
r = 0;
|
||||||
else if (strcmp(cur_cpu_spec->cpu_name, "e5500") == 0)
|
else if (strcmp(cur_cpu_spec->cpu_name, "e5500") == 0)
|
||||||
r = 0;
|
r = 0;
|
||||||
|
else if (strcmp(cur_cpu_spec->cpu_name, "e6500") == 0)
|
||||||
|
r = 0;
|
||||||
else
|
else
|
||||||
r = -ENOTSUPP;
|
r = -ENOTSUPP;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user