diff for duplicates of <51D2EEF7.8000607@suse.de> diff --git a/a/1.txt b/N1/1.txt index 9147aa6..263880b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -339,7 +339,7 @@ Alex > - if (!count) > - return; > - -> - typestr = (type = KVM_LINEAR_RMA) ? "RMA" : "HPT"; +> - typestr = (type == KVM_LINEAR_RMA) ? "RMA" : "HPT"; > - > - npages = size>> PAGE_SHIFT; > - linear_info = alloc_bootmem(count * sizeof(struct kvmppc_linear_info)); diff --git a/a/content_digest b/N1/content_digest index 09696c2..8f5686c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,16 +2,15 @@ "ref\01372743918-12293-3-git-send-email-aneesh.kumar@linux.vnet.ibm.com\0" "From\0Alexander Graf <agraf@suse.de>\0" "Subject\0Re: [PATCH -V3 3/4] powerpc/kvm: Contiguous memory allocator based RMA allocation\0" - "Date\0Tue, 02 Jul 2013 15:17:11 +0000\0" + "Date\0Tue, 02 Jul 2013 17:17:11 +0200\0" "To\0Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>\0" - "Cc\0benh@kernel.crashing.org" - paulus@samba.org - m.szyprowski@samsung.com + "Cc\0kvm@vger.kernel.org" mina86@mina86.com linux-mm@kvack.org - linuxppc-dev@lists.ozlabs.org + paulus@samba.org kvm-ppc@vger.kernel.org - " kvm@vger.kernel.org\0" + linuxppc-dev@lists.ozlabs.org + " m.szyprowski@samsung.com\0" "\00:1\0" "b\0" "On 07/02/2013 07:45 AM, Aneesh Kumar K.V wrote:\n" @@ -355,7 +354,7 @@ "> -\tif (!count)\n" "> -\t\treturn;\n" "> -\n" - "> -\ttypestr = (type = KVM_LINEAR_RMA) ? \"RMA\" : \"HPT\";\n" + "> -\ttypestr = (type == KVM_LINEAR_RMA) ? \"RMA\" : \"HPT\";\n" "> -\n" "> -\tnpages = size>> PAGE_SHIFT;\n" "> -\tlinear_info = alloc_bootmem(count * sizeof(struct kvmppc_linear_info));\n" @@ -446,4 +445,4 @@ "> \t}\n" > } -149c74dd6da2a91e403ed243f81a34bc031b010b12128c234b90ec3db8bdd5f4 +fc37b47dcb7c29f6c2631968086a4f234a442afe467a812b17a56cb3a2b6aec8
diff --git a/a/1.txt b/N2/1.txt index 9147aa6..263880b 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -339,7 +339,7 @@ Alex > - if (!count) > - return; > - -> - typestr = (type = KVM_LINEAR_RMA) ? "RMA" : "HPT"; +> - typestr = (type == KVM_LINEAR_RMA) ? "RMA" : "HPT"; > - > - npages = size>> PAGE_SHIFT; > - linear_info = alloc_bootmem(count * sizeof(struct kvmppc_linear_info)); diff --git a/a/content_digest b/N2/content_digest index 09696c2..7da19f2 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,7 @@ "ref\01372743918-12293-3-git-send-email-aneesh.kumar@linux.vnet.ibm.com\0" "From\0Alexander Graf <agraf@suse.de>\0" "Subject\0Re: [PATCH -V3 3/4] powerpc/kvm: Contiguous memory allocator based RMA allocation\0" - "Date\0Tue, 02 Jul 2013 15:17:11 +0000\0" + "Date\0Tue, 02 Jul 2013 17:17:11 +0200\0" "To\0Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>\0" "Cc\0benh@kernel.crashing.org" paulus@samba.org @@ -355,7 +355,7 @@ "> -\tif (!count)\n" "> -\t\treturn;\n" "> -\n" - "> -\ttypestr = (type = KVM_LINEAR_RMA) ? \"RMA\" : \"HPT\";\n" + "> -\ttypestr = (type == KVM_LINEAR_RMA) ? \"RMA\" : \"HPT\";\n" "> -\n" "> -\tnpages = size>> PAGE_SHIFT;\n" "> -\tlinear_info = alloc_bootmem(count * sizeof(struct kvmppc_linear_info));\n" @@ -446,4 +446,4 @@ "> \t}\n" > } -149c74dd6da2a91e403ed243f81a34bc031b010b12128c234b90ec3db8bdd5f4 +410ba9ba4d80cabc057563c4490a38c8a403046bf19591a05c00c5d4f9f503fb
diff --git a/a/1.txt b/N3/1.txt index 9147aa6..2f24ba7 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -339,7 +339,7 @@ Alex > - if (!count) > - return; > - -> - typestr = (type = KVM_LINEAR_RMA) ? "RMA" : "HPT"; +> - typestr = (type == KVM_LINEAR_RMA) ? "RMA" : "HPT"; > - > - npages = size>> PAGE_SHIFT; > - linear_info = alloc_bootmem(count * sizeof(struct kvmppc_linear_info)); @@ -429,3 +429,9 @@ Alex > kvm_cma_declare_contiguous(selected_size, align_size); > } > } + +-- +To unsubscribe, send a message with 'unsubscribe linux-mm' in +the body to majordomo@kvack.org. For more info on Linux MM, +see: http://www.linux-mm.org/ . +Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N3/content_digest index 09696c2..7dc4840 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -2,7 +2,7 @@ "ref\01372743918-12293-3-git-send-email-aneesh.kumar@linux.vnet.ibm.com\0" "From\0Alexander Graf <agraf@suse.de>\0" "Subject\0Re: [PATCH -V3 3/4] powerpc/kvm: Contiguous memory allocator based RMA allocation\0" - "Date\0Tue, 02 Jul 2013 15:17:11 +0000\0" + "Date\0Tue, 02 Jul 2013 17:17:11 +0200\0" "To\0Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>\0" "Cc\0benh@kernel.crashing.org" paulus@samba.org @@ -355,7 +355,7 @@ "> -\tif (!count)\n" "> -\t\treturn;\n" "> -\n" - "> -\ttypestr = (type = KVM_LINEAR_RMA) ? \"RMA\" : \"HPT\";\n" + "> -\ttypestr = (type == KVM_LINEAR_RMA) ? \"RMA\" : \"HPT\";\n" "> -\n" "> -\tnpages = size>> PAGE_SHIFT;\n" "> -\tlinear_info = alloc_bootmem(count * sizeof(struct kvmppc_linear_info));\n" @@ -444,6 +444,12 @@ "> +\t\talign_size = max(kvm_rma_pages<< PAGE_SHIFT, align_size);\n" "> \t\tkvm_cma_declare_contiguous(selected_size, align_size);\n" "> \t}\n" - > } + "> }\n" + "\n" + "--\n" + "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" + "the body to majordomo@kvack.org. For more info on Linux MM,\n" + "see: http://www.linux-mm.org/ .\n" + "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -149c74dd6da2a91e403ed243f81a34bc031b010b12128c234b90ec3db8bdd5f4 +3cbf45123a1509a1c479c50981c5b244472ef34bf674100f0f5fb1bfbee70d86
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.