diff for duplicates of <51DC341D.20901@suse.de> diff --git a/a/1.txt b/N1/1.txt index b9d60ca..e12af1b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -114,7 +114,7 @@ Alex > 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 9a3d143..61b9c04 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,16 +2,15 @@ "ref\01373123227-22969-6-git-send-email-aik@ozlabs.ru\0" "From\0Alexander Graf <agraf@suse.de>\0" "Subject\0Re: [PATCH 5/8] powerpc: add real mode support for dma operations on powernv\0" - "Date\0Tue, 09 Jul 2013 16:02:37 +0000\0" + "Date\0Tue, 09 Jul 2013 18:02:37 +0200\0" "To\0Alexey Kardashevskiy <aik@ozlabs.ru>\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/06/2013 05:07 PM, Alexey Kardashevskiy wrote:\n" @@ -130,7 +129,7 @@ "> \t\t\t\t\t tce32_table);\n" "> \tstruct pnv_phb *phb = pe->phb;\n" ">\n" - "> \tif (phb->type = PNV_PHB_IODA1)\n" + "> \tif (phb->type == PNV_PHB_IODA1)\n" "> -\t\tpnv_pci_ioda1_tce_invalidate(tbl, startp, endp);\n" "> +\t\tpnv_pci_ioda1_tce_invalidate(tbl, startp, endp, rm);\n" "> \telse\n" @@ -233,4 +232,4 @@ ">\n" > #endif /* __POWERNV_PCI_H */ -5885cc546e8384644aa9d2e88eee8c56b5f3095b7ac8db3151a507889ebdcc3a +8464f3ff7082db9a007041c10f437d6997fc21f719772dc337fccfaa2ee0ef51
diff --git a/a/1.txt b/N2/1.txt index b9d60ca..e12af1b 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -114,7 +114,7 @@ Alex > 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 9a3d143..6f0dcf6 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,7 @@ "ref\01373123227-22969-6-git-send-email-aik@ozlabs.ru\0" "From\0Alexander Graf <agraf@suse.de>\0" "Subject\0Re: [PATCH 5/8] powerpc: add real mode support for dma operations on powernv\0" - "Date\0Tue, 09 Jul 2013 16:02:37 +0000\0" + "Date\0Tue, 09 Jul 2013 18:02:37 +0200\0" "To\0Alexey Kardashevskiy <aik@ozlabs.ru>\0" "Cc\0linuxppc-dev@lists.ozlabs.org" David Gibson <david@gibson.dropbear.id.au> @@ -130,7 +130,7 @@ "> \t\t\t\t\t tce32_table);\n" "> \tstruct pnv_phb *phb = pe->phb;\n" ">\n" - "> \tif (phb->type = PNV_PHB_IODA1)\n" + "> \tif (phb->type == PNV_PHB_IODA1)\n" "> -\t\tpnv_pci_ioda1_tce_invalidate(tbl, startp, endp);\n" "> +\t\tpnv_pci_ioda1_tce_invalidate(tbl, startp, endp, rm);\n" "> \telse\n" @@ -233,4 +233,4 @@ ">\n" > #endif /* __POWERNV_PCI_H */ -5885cc546e8384644aa9d2e88eee8c56b5f3095b7ac8db3151a507889ebdcc3a +cf2c92f0dda04095be70f4e6f855d7cda798aafd3192bc623a48ed47f783f940
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.