KVM: PPC: e500mc: Enable e6500 cores
authorMihai Caraman <mihai.caraman@freescale.com>
Thu, 11 Apr 2013 00:03:13 +0000 (00:03 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 26 Apr 2013 18:27:10 +0000 (20:27 +0200)
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>
arch/powerpc/kvm/e500mc.c

index ab073a8..c3bdc0a 100644 (file)
@@ -172,6 +172,8 @@ int kvmppc_core_check_processor_compat(void)
                r = 0;
        else if (strcmp(cur_cpu_spec->cpu_name, "e5500") == 0)
                r = 0;
+       else if (strcmp(cur_cpu_spec->cpu_name, "e6500") == 0)
+               r = 0;
        else
                r = -ENOTSUPP;