diff for duplicates of <53E8CCC3.5050607@suse.de> diff --git a/a/1.txt b/N1/1.txt index 817dd67..7c955be 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -105,7 +105,7 @@ Just ignore the value in stlbe and directly write MAS8_TGS | lpid into mas8. > asm volatile("isync; tlbwe" : : : "memory"); > @@ -129,11 +131,12 @@ static inline void write_host_tlbe(struct kvmppc_vcpu_e500 *vcpu_e500, > -> if (tlbsel = 0) { +> if (tlbsel == 0) { > mas0 = get_host_mas0(stlbe->mas2); > - __write_host_tlbe(stlbe, mas0); > + __write_host_tlbe(stlbe, mas0, &vcpu_e500->vcpu.arch.lpid); diff --git a/a/content_digest b/N1/content_digest index 5aef167..be7ffbb 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,11 +1,11 @@ "ref\01407342808-15987-1-git-send-email-mihai.caraman@freescale.com\0" "From\0Alexander Graf <agraf@suse.de>\0" "Subject\0Re: [PATCH] KVM: PPC: e500mc: Add support for single threaded vcpus on e6500 core\0" - "Date\0Mon, 11 Aug 2014 14:01:39 +0000\0" + "Date\0Mon, 11 Aug 2014 16:01:39 +0200\0" "To\0Mihai Caraman <mihai.caraman@freescale.com>" " kvm-ppc@vger.kernel.org\0" - "Cc\0kvm@vger.kernel.org" - " linuxppc-dev@lists.ozlabs.org\0" + "Cc\0linuxppc-dev@lists.ozlabs.org" + " kvm@vger.kernel.org\0" "\00:1\0" "b\0" "\n" @@ -115,7 +115,7 @@ "> \tasm volatile(\"isync; tlbwe\" : : : \"memory\");\n" "> @@ -129,11 +131,12 @@ static inline void write_host_tlbe(struct kvmppc_vcpu_e500 *vcpu_e500,\n" "> \n" - "> \tif (tlbsel = 0) {\n" + "> \tif (tlbsel == 0) {\n" "> \t\tmas0 = get_host_mas0(stlbe->mas2);\n" "> -\t\t__write_host_tlbe(stlbe, mas0);\n" "> +\t\t__write_host_tlbe(stlbe, mas0, &vcpu_e500->vcpu.arch.lpid);\n" @@ -305,4 +305,4 @@ "> \n" > static struct kvmppc_ops kvm_ops_e500mc = { -58e57249d58ac4d007b27484cacd04e1f4d61bb70f2d9deed54682942d61aa16 +e17b3f65ccc0ba35410d788550d17ba5f0117b6836aff5012964fc9fc15087a6
diff --git a/a/1.txt b/N2/1.txt index 817dd67..7c955be 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -105,7 +105,7 @@ Just ignore the value in stlbe and directly write MAS8_TGS | lpid into mas8. > asm volatile("isync; tlbwe" : : : "memory"); > @@ -129,11 +131,12 @@ static inline void write_host_tlbe(struct kvmppc_vcpu_e500 *vcpu_e500, > -> if (tlbsel = 0) { +> if (tlbsel == 0) { > mas0 = get_host_mas0(stlbe->mas2); > - __write_host_tlbe(stlbe, mas0); > + __write_host_tlbe(stlbe, mas0, &vcpu_e500->vcpu.arch.lpid); diff --git a/a/content_digest b/N2/content_digest index 5aef167..af68d1f 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\01407342808-15987-1-git-send-email-mihai.caraman@freescale.com\0" "From\0Alexander Graf <agraf@suse.de>\0" "Subject\0Re: [PATCH] KVM: PPC: e500mc: Add support for single threaded vcpus on e6500 core\0" - "Date\0Mon, 11 Aug 2014 14:01:39 +0000\0" + "Date\0Mon, 11 Aug 2014 16:01:39 +0200\0" "To\0Mihai Caraman <mihai.caraman@freescale.com>" " kvm-ppc@vger.kernel.org\0" "Cc\0kvm@vger.kernel.org" @@ -115,7 +115,7 @@ "> \tasm volatile(\"isync; tlbwe\" : : : \"memory\");\n" "> @@ -129,11 +131,12 @@ static inline void write_host_tlbe(struct kvmppc_vcpu_e500 *vcpu_e500,\n" "> \n" - "> \tif (tlbsel = 0) {\n" + "> \tif (tlbsel == 0) {\n" "> \t\tmas0 = get_host_mas0(stlbe->mas2);\n" "> -\t\t__write_host_tlbe(stlbe, mas0);\n" "> +\t\t__write_host_tlbe(stlbe, mas0, &vcpu_e500->vcpu.arch.lpid);\n" @@ -305,4 +305,4 @@ "> \n" > static struct kvmppc_ops kvm_ops_e500mc = { -58e57249d58ac4d007b27484cacd04e1f4d61bb70f2d9deed54682942d61aa16 +b80c79adffe136966f445f4d13b722439869a919fed7948fd95698a2beeb7bb5
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.