All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <56C0357F.9010904@linaro.org>

diff --git a/a/1.txt b/N1/1.txt
index 4eadce1..5731868 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -30,7 +30,7 @@ On 2016/2/10 18:47, Marc Zyngier wrote:
 >>   				order = MAX_ORDER - 1;
 >> -				pr_warn("%s: Device Table too large, reduce its page order to %u\n",
 >> -					node_name, order);
->> +				pr_warn("ITS@0x%lx: Device Table too large, reduce its page order to %u\n",
+>> +				pr_warn("ITS at 0x%lx: Device Table too large, reduce its page order to %u\n",
 >> +					its->phys_base, order);
 >>   			}
 >>   		}
@@ -41,7 +41,7 @@ On 2016/2/10 18:47, Marc Zyngier wrote:
 >>   			order = get_order(GITS_BASER_PAGES_MAX * psz);
 >> -			pr_warn("%s: Device Table too large, reduce its page order to %u (%u pages)\n",
 >> -				node_name, order, alloc_pages);
->> +			pr_warn("ITS@0x%lx: Device Table too large, reduce its page order to %u (%u pages)\n",
+>> +			pr_warn("ITS at 0x%lx: Device Table too large, reduce its page order to %u (%u pages)\n",
 >> +				its->phys_base, order, alloc_pages);
 >>   		}
 >>
@@ -52,7 +52,7 @@ On 2016/2/10 18:47, Marc Zyngier wrote:
 >>   		if (val != tmp) {
 >> -			pr_err("ITS: %s: GITS_BASER%d doesn't stick: %lx %lx\n",
 >> -			       node_name, i,
->> +			pr_err("ITS@0x%lx: GITS_BASER%d doesn't stick: %lx %lx\n",
+>> +			pr_err("ITS at 0x%lx: GITS_BASER%d doesn't stick: %lx %lx\n",
 >> +			       its->phys_base, i,
 >>   			       (unsigned long) val, (unsigned long) tmp);
 >>   			err = -ENXIO;
diff --git a/a/content_digest b/N1/content_digest
index 5d1ce69..3dc58af 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,27 +1,10 @@
  "ref\01453209083-3358-1-git-send-email-tn@semihalf.com\0"
  "ref\01453209083-3358-7-git-send-email-tn@semihalf.com\0"
  "ref\056BB1548.5050402@arm.com\0"
- "From\0Hanjun Guo <hanjun.guo@linaro.org>\0"
- "Subject\0Re: [PATCH V3 06/10] irqchip, GICv3, ITS: Refator ITS dt init code to prepare for ACPI.\0"
+ "From\0hanjun.guo@linaro.org (Hanjun Guo)\0"
+ "Subject\0[PATCH V3 06/10] irqchip, GICv3, ITS: Refator ITS dt init code to prepare for ACPI.\0"
  "Date\0Sun, 14 Feb 2016 16:06:23 +0800\0"
- "To\0Marc Zyngier <marc.zyngier@arm.com>"
-  Tomasz Nowicki <tn@semihalf.com>
-  tglx@linutronix.de
-  jason@lakedaemon.net
-  rjw@rjwysocki.net
-  lorenzo.pieralisi@arm.com
-  robert.richter@caviumnetworks.com
-  shijie.huang@arm.com
-  guohanjun@huawei.com
- " Suravee.Suthikulpanit@amd.com\0"
- "Cc\0mw@semihalf.com"
-  graeme.gregory@linaro.org
-  Catalin.Marinas@arm.com
-  will.deacon@arm.com
-  linux-kernel@vger.kernel.org
-  linux-acpi@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
- " ddaney.cavm@gmail.com\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 2016/2/10 18:47, Marc Zyngier wrote:\n"
@@ -56,7 +39,7 @@
  ">>   \t\t\t\torder = MAX_ORDER - 1;\n"
  ">> -\t\t\t\tpr_warn(\"%s: Device Table too large, reduce its page order to %u\\n\",\n"
  ">> -\t\t\t\t\tnode_name, order);\n"
- ">> +\t\t\t\tpr_warn(\"ITS@0x%lx: Device Table too large, reduce its page order to %u\\n\",\n"
+ ">> +\t\t\t\tpr_warn(\"ITS at 0x%lx: Device Table too large, reduce its page order to %u\\n\",\n"
  ">> +\t\t\t\t\tits->phys_base, order);\n"
  ">>   \t\t\t}\n"
  ">>   \t\t}\n"
@@ -67,7 +50,7 @@
  ">>   \t\t\torder = get_order(GITS_BASER_PAGES_MAX * psz);\n"
  ">> -\t\t\tpr_warn(\"%s: Device Table too large, reduce its page order to %u (%u pages)\\n\",\n"
  ">> -\t\t\t\tnode_name, order, alloc_pages);\n"
- ">> +\t\t\tpr_warn(\"ITS@0x%lx: Device Table too large, reduce its page order to %u (%u pages)\\n\",\n"
+ ">> +\t\t\tpr_warn(\"ITS at 0x%lx: Device Table too large, reduce its page order to %u (%u pages)\\n\",\n"
  ">> +\t\t\t\tits->phys_base, order, alloc_pages);\n"
  ">>   \t\t}\n"
  ">>\n"
@@ -78,7 +61,7 @@
  ">>   \t\tif (val != tmp) {\n"
  ">> -\t\t\tpr_err(\"ITS: %s: GITS_BASER%d doesn't stick: %lx %lx\\n\",\n"
  ">> -\t\t\t       node_name, i,\n"
- ">> +\t\t\tpr_err(\"ITS@0x%lx: GITS_BASER%d doesn't stick: %lx %lx\\n\",\n"
+ ">> +\t\t\tpr_err(\"ITS at 0x%lx: GITS_BASER%d doesn't stick: %lx %lx\\n\",\n"
  ">> +\t\t\t       its->phys_base, i,\n"
  ">>   \t\t\t       (unsigned long) val, (unsigned long) tmp);\n"
  ">>   \t\t\terr = -ENXIO;\n"
@@ -105,4 +88,4 @@
  "Thanks\n"
  Hanjun
 
-eec14cc2e1926f4434ee142b07f091e3879857183496a37f0eb2afea847ca3bd
+8fb072cdd7d3357d87554eabc97390630c6595ce497089c63aa0494a157f09a3

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.