diff for duplicates of <20130215035400.GD25015@drongo> diff --git a/a/1.txt b/N1/1.txt index 1a7c996..1ced34d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -68,7 +68,7 @@ On Mon, Feb 11, 2013 at 11:12:43PM +1100, aik@ozlabs.ru wrote: > + struct iommu_kvmppc_hugepages *hp; > + > + list_for_each_entry(hp, &tbl->it_hugepages, list) { -> + if (hp->pte = pte) +> + if (hp->pte == pte) > + return hp; > + } > + diff --git a/a/content_digest b/N1/content_digest index 7466ce1..3c3c253 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,15 +2,13 @@ "ref\05118e071.22ca320a.1f08.ffffe2f4@mx.google.com\0" "From\0Paul Mackerras <paulus@samba.org>\0" "Subject\0Re: [PATCH 4/4] vfio powerpc: added real mode support\0" - "Date\0Fri, 15 Feb 2013 03:54:00 +0000\0" + "Date\0Fri, 15 Feb 2013 14:54:00 +1100\0" "To\0aik@ozlabs.ru\0" - "Cc\0Benjamin Herrenschmidt <benh@kernel.crashing.org>" + "Cc\0kvm@vger.kernel.org" Alexander Graf <agraf@suse.de> - Michael Ellerman <michael@ellerman.id.au> - linuxppc-dev@lists.ozlabs.org - linux-kernel@vger.kernel.org kvm-ppc@vger.kernel.org - kvm@vger.kernel.org + linux-kernel@vger.kernel.org + linuxppc-dev@lists.ozlabs.org " David Gibson <david@gibson.dropbear.id.au>\0" "\00:1\0" "b\0" @@ -84,7 +82,7 @@ "> +\tstruct iommu_kvmppc_hugepages *hp;\n" "> +\n" "> +\tlist_for_each_entry(hp, &tbl->it_hugepages, list) {\n" - "> +\t\tif (hp->pte = pte)\n" + "> +\t\tif (hp->pte == pte)\n" "> +\t\t\treturn hp;\n" "> +\t}\n" "> +\n" @@ -211,4 +209,4 @@ "\n" Paul. -54d7f7a29a052774f86eed76148d6f80039d38b5d82ce3c9a4fe477a72e538f3 +52f3ffec981a5c5194a7aeeab9fa6ab251a2cb757061727e5e7dac7f19b857d1
diff --git a/a/1.txt b/N2/1.txt index 1a7c996..1ced34d 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -68,7 +68,7 @@ On Mon, Feb 11, 2013 at 11:12:43PM +1100, aik@ozlabs.ru wrote: > + struct iommu_kvmppc_hugepages *hp; > + > + list_for_each_entry(hp, &tbl->it_hugepages, list) { -> + if (hp->pte = pte) +> + if (hp->pte == pte) > + return hp; > + } > + diff --git a/a/content_digest b/N2/content_digest index 7466ce1..dda57f9 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,7 @@ "ref\05118e071.22ca320a.1f08.ffffe2f4@mx.google.com\0" "From\0Paul Mackerras <paulus@samba.org>\0" "Subject\0Re: [PATCH 4/4] vfio powerpc: added real mode support\0" - "Date\0Fri, 15 Feb 2013 03:54:00 +0000\0" + "Date\0Fri, 15 Feb 2013 14:54:00 +1100\0" "To\0aik@ozlabs.ru\0" "Cc\0Benjamin Herrenschmidt <benh@kernel.crashing.org>" Alexander Graf <agraf@suse.de> @@ -84,7 +84,7 @@ "> +\tstruct iommu_kvmppc_hugepages *hp;\n" "> +\n" "> +\tlist_for_each_entry(hp, &tbl->it_hugepages, list) {\n" - "> +\t\tif (hp->pte = pte)\n" + "> +\t\tif (hp->pte == pte)\n" "> +\t\t\treturn hp;\n" "> +\t}\n" "> +\n" @@ -211,4 +211,4 @@ "\n" Paul. -54d7f7a29a052774f86eed76148d6f80039d38b5d82ce3c9a4fe477a72e538f3 +a7e416ffbdb998713b1ddb72ae4d1bd76c448cb21071ca4c5fd63fa52092456a
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.