Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / arch / powerpc / kvm / e500mc.c
index fa0d8db..57e0ad6 100644 (file)
@@ -309,7 +309,7 @@ static int kvmppc_core_vcpu_create_e500mc(struct kvm_vcpu *vcpu)
        BUILD_BUG_ON(offsetof(struct kvmppc_vcpu_e500, vcpu) != 0);
        vcpu_e500 = to_e500(vcpu);
 
-       /* Invalid PIR value -- this LPID dosn't have valid state on any cpu */
+       /* Invalid PIR value -- this LPID doesn't have valid state on any cpu */
        vcpu->arch.oldpir = 0xffffffff;
 
        err = kvmppc_e500_tlb_init(vcpu_e500);
@@ -399,7 +399,6 @@ static int __init kvmppc_e500mc_init(void)
         * allocator.
         */
        kvmppc_init_lpid(KVMPPC_NR_LPIDS/threads_per_core);
-       kvmppc_claim_lpid(0); /* host */
 
        r = kvm_init(NULL, sizeof(struct kvmppc_vcpu_e500), 0, THIS_MODULE);
        if (r)