All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150505115446.GA26467@dragon>

diff --git a/a/1.txt b/N1/1.txt
index d46f6d1..43cd605 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -43,7 +43,7 @@ Shawn
 >                 #size-cells = <0>;
 >                 #address-cells = <1>;
 > 
->                 cpu at 0 {
+>                 cpu@0 {
 >                         device_type = "cpu";
 >                         compatible = "arm,cortex-a9";
 >                         reg = <0>;
@@ -69,7 +69,7 @@ Shawn
 >                 ranges;
 > 
 > 
->                 uart0: uart at 03fb0000 {
+>                 uart0: uart@03fb0000 {
 >                         compatible = "ns16550";
 >                         reg = <0x03fb0000 0x100>;
 >                         clock-frequency = <12288000>;
@@ -78,7 +78,7 @@ Shawn
 >                         fifo-size = <16>;
 >                 };
 > 
->                 intc: interrupt-controller at 60001000 {
+>                 intc: interrupt-controller@60001000 {
 >                         compatible = "arm,cortex-a9-gic";
 >                         #interrupt-cells = <3>;
 >                         #address-cells = <1>;
@@ -87,7 +87,7 @@ Shawn
 >                               <0x60000100 0x100>;
 >                 };
 > 
->                 global_timer: timer at 60000200 {
+>                 global_timer: timer@60000200 {
 >                         compatible = "arm,cortex-a9-global-timer";
 >                         reg = <0x60000200 0x20>;
 >                         interrupts = <1 11 0x104>;
@@ -121,7 +121,7 @@ Shawn
 > ------------------>8------------------------------
 > [    0.000000] Booting Linux on physical CPU 0x0
 > [    0.000000] Linux version 4.0.0-rc7-00032-g8c5ce71-dirty
-> (yamada at beagle) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-12ubuntu1) )
+> (yamada@beagle) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-12ubuntu1) )
 > #7 SMP Tue Apr 7 12:20:19 JST 2015
 > [    0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c5387d
 > [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing
@@ -344,6 +344,6 @@ Shawn
 > Masahiro Yamada
 > --
 > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
-> the body of a message to majordomo at vger.kernel.org
+> the body of a message to majordomo@vger.kernel.org
 > More majordomo info at  http://vger.kernel.org/majordomo-info.html
 > Please read the FAQ at  http://www.tux.org/lkml/
diff --git a/a/content_digest b/N1/content_digest
index c4b219e..36e17f6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,10 @@
  "ref\0CAK7LNATT8cJoQh+7ZEyUXgMtL0OSYg+69t8wcuNSk+SN+Rwf2g@mail.gmail.com\0"
- "From\0shawn.guo@linaro.org (Shawn Guo)\0"
- "Subject\0not syncing: Attempted to kill init! exitcode=0x00000004 ?\0"
+ "From\0Shawn Guo <shawn.guo@linaro.org>\0"
+ "Subject\0Re: not syncing: Attempted to kill init! exitcode=0x00000004 ?\0"
  "Date\0Tue, 5 May 2015 19:54:48 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Masahiro Yamada <yamada.masahiro@socionext.com>\0"
+ "Cc\0linux-arm-kernel@lists.infradead.org"
+ " Linux Kernel Mailing List <linux-kernel@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "On Tue, Apr 07, 2015 at 12:34:30PM +0900, Masahiro Yamada wrote:\n"
@@ -50,7 +52,7 @@
  ">                 #size-cells = <0>;\n"
  ">                 #address-cells = <1>;\n"
  "> \n"
- ">                 cpu at 0 {\n"
+ ">                 cpu@0 {\n"
  ">                         device_type = \"cpu\";\n"
  ">                         compatible = \"arm,cortex-a9\";\n"
  ">                         reg = <0>;\n"
@@ -76,7 +78,7 @@
  ">                 ranges;\n"
  "> \n"
  "> \n"
- ">                 uart0: uart at 03fb0000 {\n"
+ ">                 uart0: uart@03fb0000 {\n"
  ">                         compatible = \"ns16550\";\n"
  ">                         reg = <0x03fb0000 0x100>;\n"
  ">                         clock-frequency = <12288000>;\n"
@@ -85,7 +87,7 @@
  ">                         fifo-size = <16>;\n"
  ">                 };\n"
  "> \n"
- ">                 intc: interrupt-controller at 60001000 {\n"
+ ">                 intc: interrupt-controller@60001000 {\n"
  ">                         compatible = \"arm,cortex-a9-gic\";\n"
  ">                         #interrupt-cells = <3>;\n"
  ">                         #address-cells = <1>;\n"
@@ -94,7 +96,7 @@
  ">                               <0x60000100 0x100>;\n"
  ">                 };\n"
  "> \n"
- ">                 global_timer: timer at 60000200 {\n"
+ ">                 global_timer: timer@60000200 {\n"
  ">                         compatible = \"arm,cortex-a9-global-timer\";\n"
  ">                         reg = <0x60000200 0x20>;\n"
  ">                         interrupts = <1 11 0x104>;\n"
@@ -128,7 +130,7 @@
  "> ------------------>8------------------------------\n"
  "> [    0.000000] Booting Linux on physical CPU 0x0\n"
  "> [    0.000000] Linux version 4.0.0-rc7-00032-g8c5ce71-dirty\n"
- "> (yamada at beagle) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-12ubuntu1) )\n"
+ "> (yamada@beagle) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-12ubuntu1) )\n"
  "> #7 SMP Tue Apr 7 12:20:19 JST 2015\n"
  "> [    0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c5387d\n"
  "> [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing\n"
@@ -351,8 +353,8 @@
  "> Masahiro Yamada\n"
  "> --\n"
  "> To unsubscribe from this list: send the line \"unsubscribe linux-kernel\" in\n"
- "> the body of a message to majordomo at vger.kernel.org\n"
+ "> the body of a message to majordomo@vger.kernel.org\n"
  "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  > Please read the FAQ at  http://www.tux.org/lkml/
 
-99028063352e4bb240db5a2c56b0147a179a41086a02f881757101928531a166
+4f3fbfb6392841e277a11b57ecd5a351b0134d9313fee9692e376bc427298b5b

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.