All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20120125114417.GE19255@amd.com>

diff --git a/a/1.txt b/N1/1.txt
index ca35a60..3f77ad8 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -34,19 +34,19 @@ there is a very good reason not to do so.
 
 > 
 > >> +static size_t exynos_iommu_unmap(struct iommu_domain *domain,
-> >> +                                            unsigned long iova, size_t size)
+> >> + ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?unsigned long iova, size_t size)
 > >> +{
-> >> +     struct exynos_iommu_domain *priv = domain->priv;
-> >> +     struct iommu_client *client;
-> >> +     unsigned long flags;
+> >> + ? ? struct exynos_iommu_domain *priv = domain->priv;
+> >> + ? ? struct iommu_client *client;
+> >> + ? ? unsigned long flags;
 > >> +
-> >> +     BUG_ON(priv->pgtable == NULL);
+> >> + ? ? BUG_ON(priv->pgtable == NULL);
 > >> +
-> >> +     spin_lock_irqsave(&priv->pgtablelock, flags);
+> >> + ? ? spin_lock_irqsave(&priv->pgtablelock, flags);
 > >> +
-> >> +     while (size != 0) {
-> >> +             int i, nent, order;
-> >> +             unsigned long *pent, *sent;
+> >> + ? ? while (size != 0) {
+> >> + ? ? ? ? ? ? int i, nent, order;
+> >> + ? ? ? ? ? ? unsigned long *pent, *sent;
 > >
 > > Same with this while-loop. This looks like it re-implements behavior
 > > from the generic code.
diff --git a/a/content_digest b/N1/content_digest
index 05627d7..3a2ff0f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,20 +1,10 @@
  "ref\0001001ccc625$0afa7ee0$20ef7ca0$%cho@samsung.com\0"
  "ref\020120123142706.GA6269@8bytes.org\0"
  "ref\0CAHQjnOMyoOH2cFjjGSzMvefZTQGROmQgaA8S0MmxnKGHWyQhyA@mail.gmail.com\0"
- "From\0Joerg Roedel <joerg.roedel@amd.com>\0"
- "Subject\0Re: [PATCH v8 2/2] iommu/exynos: Add iommu driver for Exynos Platforms\0"
+ "From\0joerg.roedel@amd.com (Joerg Roedel)\0"
+ "Subject\0[PATCH v8 2/2] iommu/exynos: Add iommu driver for Exynos Platforms\0"
  "Date\0Wed, 25 Jan 2012 12:44:17 +0100\0"
- "To\0KyongHo Cho <pullip.cho@samsung.com>\0"
- "Cc\0Joerg Roedel <joro@8bytes.org>"
-  linux-samsung-soc@vger.kernel.org
-  linux-kernel@vger.kernel.org
-  iommu@lists.linux-foundation.org
-  Younglak Kim <younglak1004.kim@samsung.com>
-  Subash Patel <subash.ramaswamy@linaro.org>
-  Kukjin Kim <kgene.kim@samsung.com>
-  Kyungmin Park <kyungmin.park@samsung.com>
-  Sanghyun Lee <sanghyun75.lee@samsung.com>
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Wed, Jan 25, 2012 at 03:51:58PM +0900, KyongHo Cho wrote:\n"
@@ -53,19 +43,19 @@
  "\n"
  "> \n"
  "> >> +static size_t exynos_iommu_unmap(struct iommu_domain *domain,\n"
- "> >> + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240unsigned long iova, size_t size)\n"
+ "> >> + ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?unsigned long iova, size_t size)\n"
  "> >> +{\n"
- "> >> + \302\240 \302\240 struct exynos_iommu_domain *priv = domain->priv;\n"
- "> >> + \302\240 \302\240 struct iommu_client *client;\n"
- "> >> + \302\240 \302\240 unsigned long flags;\n"
+ "> >> + ? ? struct exynos_iommu_domain *priv = domain->priv;\n"
+ "> >> + ? ? struct iommu_client *client;\n"
+ "> >> + ? ? unsigned long flags;\n"
  "> >> +\n"
- "> >> + \302\240 \302\240 BUG_ON(priv->pgtable == NULL);\n"
+ "> >> + ? ? BUG_ON(priv->pgtable == NULL);\n"
  "> >> +\n"
- "> >> + \302\240 \302\240 spin_lock_irqsave(&priv->pgtablelock, flags);\n"
+ "> >> + ? ? spin_lock_irqsave(&priv->pgtablelock, flags);\n"
  "> >> +\n"
- "> >> + \302\240 \302\240 while (size != 0) {\n"
- "> >> + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 int i, nent, order;\n"
- "> >> + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 unsigned long *pent, *sent;\n"
+ "> >> + ? ? while (size != 0) {\n"
+ "> >> + ? ? ? ? ? ? int i, nent, order;\n"
+ "> >> + ? ? ? ? ? ? unsigned long *pent, *sent;\n"
  "> >\n"
  "> > Same with this while-loop. This looks like it re-implements behavior\n"
  "> > from the generic code.\n"
@@ -91,4 +81,4 @@
  "General Managers: Alberto Bozzo\n"
  Registration: Dornach, Landkr. Muenchen; Registerger. Muenchen, HRB Nr. 43632
 
-23b2fb7f8d18733b91ceb6e69ca5a522e1689ea99e9e04ad08cae8d5414b8b57
+f67950e3511eb9f8f6b38cdf5409df6fd5f90aaeb9fd477ec1e0bacfc0ff75e2

diff --git a/a/content_digest b/N2/content_digest
index 05627d7..f90f819 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -6,15 +6,15 @@
  "Date\0Wed, 25 Jan 2012 12:44:17 +0100\0"
  "To\0KyongHo Cho <pullip.cho@samsung.com>\0"
  "Cc\0Joerg Roedel <joro@8bytes.org>"
-  linux-samsung-soc@vger.kernel.org
-  linux-kernel@vger.kernel.org
-  iommu@lists.linux-foundation.org
+  <linux-samsung-soc@vger.kernel.org>
+  <linux-kernel@vger.kernel.org>
+  <iommu@lists.linux-foundation.org>
   Younglak Kim <younglak1004.kim@samsung.com>
   Subash Patel <subash.ramaswamy@linaro.org>
   Kukjin Kim <kgene.kim@samsung.com>
   Kyungmin Park <kyungmin.park@samsung.com>
   Sanghyun Lee <sanghyun75.lee@samsung.com>
- " linux-arm-kernel@lists.infradead.org\0"
+ " <linux-arm-kernel@lists.infradead.org>\0"
  "\00:1\0"
  "b\0"
  "On Wed, Jan 25, 2012 at 03:51:58PM +0900, KyongHo Cho wrote:\n"
@@ -91,4 +91,4 @@
  "General Managers: Alberto Bozzo\n"
  Registration: Dornach, Landkr. Muenchen; Registerger. Muenchen, HRB Nr. 43632
 
-23b2fb7f8d18733b91ceb6e69ca5a522e1689ea99e9e04ad08cae8d5414b8b57
+5a4472836667fa5ade80bd612a94c8a9ed881480aaab7ed7a1e215557f8e3564

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.