diff for duplicates of <51DCD23F.7020503@ozlabs.ru> diff --git a/a/1.txt b/N1/1.txt index b52466a..e55813c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -128,7 +128,7 @@ PowerISA says "They must be executed only when MSRDR=0" about stdcix. >> tce32_table); >> struct pnv_phb *phb = pe->phb; >> ->> if (phb->type = PNV_PHB_IODA1) +>> if (phb->type == PNV_PHB_IODA1) >> - pnv_pci_ioda1_tce_invalidate(tbl, startp, endp); >> + pnv_pci_ioda1_tce_invalidate(tbl, startp, endp, rm); >> else diff --git a/a/content_digest b/N1/content_digest index 809af64..94411a8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,16 +3,15 @@ "ref\051DC341D.20901@suse.de\0" "From\0Alexey Kardashevskiy <aik@ozlabs.ru>\0" "Subject\0Re: [PATCH 5/8] powerpc: add real mode support for dma operations on powernv\0" - "Date\0Wed, 10 Jul 2013 03:17:19 +0000\0" + "Date\0Wed, 10 Jul 2013 13:17:19 +1000\0" "To\0Alexander Graf <agraf@suse.de>\0" - "Cc\0linuxppc-dev@lists.ozlabs.org" - David Gibson <david@gibson.dropbear.id.au> - Benjamin Herrenschmidt <benh@kernel.crashing.org> - Paul Mackerras <paulus@samba.org> - Alex Williamson <alex.williamson@redhat.com> - kvm@vger.kernel.org + "Cc\0kvm@vger.kernel.org" linux-kernel@vger.kernel.org - " kvm-ppc@vger.kernel.org\0" + kvm-ppc@vger.kernel.org + Alex Williamson <alex.williamson@redhat.com> + Paul Mackerras <paulus@samba.org> + linuxppc-dev@lists.ozlabs.org + " David Gibson <david@gibson.dropbear.id.au>\0" "\00:1\0" "b\0" "On 07/10/2013 02:02 AM, Alexander Graf wrote:\n" @@ -145,7 +144,7 @@ ">> tce32_table);\n" ">> struct pnv_phb *phb = pe->phb;\n" ">>\n" - ">> if (phb->type = PNV_PHB_IODA1)\n" + ">> if (phb->type == PNV_PHB_IODA1)\n" ">> - pnv_pci_ioda1_tce_invalidate(tbl, startp, endp);\n" ">> + pnv_pci_ioda1_tce_invalidate(tbl, startp, endp, rm);\n" ">> else\n" @@ -266,4 +265,4 @@ "-- \n" Alexey -18535947a785ba96399fa24662c3628bab005bba0ef4a424583a9f289b16821d +2ba234620138083bb47b9c16f6635cc1316f15095958e4e490f272724ae9811a
diff --git a/a/1.txt b/N2/1.txt index b52466a..e55813c 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -128,7 +128,7 @@ PowerISA says "They must be executed only when MSRDR=0" about stdcix. >> tce32_table); >> struct pnv_phb *phb = pe->phb; >> ->> if (phb->type = PNV_PHB_IODA1) +>> if (phb->type == PNV_PHB_IODA1) >> - pnv_pci_ioda1_tce_invalidate(tbl, startp, endp); >> + pnv_pci_ioda1_tce_invalidate(tbl, startp, endp, rm); >> else diff --git a/a/content_digest b/N2/content_digest index 809af64..6d23dc6 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,7 +3,7 @@ "ref\051DC341D.20901@suse.de\0" "From\0Alexey Kardashevskiy <aik@ozlabs.ru>\0" "Subject\0Re: [PATCH 5/8] powerpc: add real mode support for dma operations on powernv\0" - "Date\0Wed, 10 Jul 2013 03:17:19 +0000\0" + "Date\0Wed, 10 Jul 2013 13:17:19 +1000\0" "To\0Alexander Graf <agraf@suse.de>\0" "Cc\0linuxppc-dev@lists.ozlabs.org" David Gibson <david@gibson.dropbear.id.au> @@ -145,7 +145,7 @@ ">> tce32_table);\n" ">> struct pnv_phb *phb = pe->phb;\n" ">>\n" - ">> if (phb->type = PNV_PHB_IODA1)\n" + ">> if (phb->type == PNV_PHB_IODA1)\n" ">> - pnv_pci_ioda1_tce_invalidate(tbl, startp, endp);\n" ">> + pnv_pci_ioda1_tce_invalidate(tbl, startp, endp, rm);\n" ">> else\n" @@ -266,4 +266,4 @@ "-- \n" Alexey -18535947a785ba96399fa24662c3628bab005bba0ef4a424583a9f289b16821d +bde9cb214a632f9560086b9133e729d591651bce26de301e8a7d89e0b68d442e
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.