diff for duplicates of <2065254.jRdQcinOdg@wuerfel> diff --git a/a/1.txt b/N1/1.txt index 4b7b18d..340f43a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -23,14 +23,14 @@ at equal speed to each socket on the board. The ibm,associativity property in each PCI host, CPU or memory device node consequently has an array of three (board, socket, core) integers: - memory at 0,0 { + memory@0,0 { device_type = "memory"; reg = <0x0 0x0 0x4 0x0; /* board 0, socket 0, no specific core */ ibm,asssociativity = <0 0 0xffff>; }; - memory at 4,0 { + memory@4,0 { device_type = "memory"; reg = <0x4 0x0 0x4 0x0>; /* board 0, socket 1, no specific core */ @@ -39,7 +39,7 @@ node consequently has an array of three (board, socket, core) integers: ... - memory at 1c,0 { + memory@1c,0 { device_type = "memory"; reg = <0x1c 0x0 0x4 0x0>; /* board 0, socket 7, no specific core */ @@ -49,14 +49,14 @@ node consequently has an array of three (board, socket, core) integers: cpus { #address-cells = <2>; #size-cells = <0>; - cpu at 0 { + cpu@0 { device_type = "cpu"; reg = <0 0>; /* board 0, socket 0, core 0*/ ibm,asssociativity = <0 0 0>; }; - cpu at 1 { + cpu@1 { device_type = "cpu"; reg = <0 0>; /* board 0, socket 0, core 0*/ @@ -65,7 +65,7 @@ node consequently has an array of three (board, socket, core) integers: ... - cpu at 31 { + cpu@31 { device_type = "cpu"; reg = <0 32>; /* board 1, socket 7, core 31*/ @@ -73,14 +73,14 @@ node consequently has an array of three (board, socket, core) integers: }; }; - pci at 100,0 { + pci@100,0 { device_type = "pci"; /* board 0 */ ibm,associativity = <0 0xffff 0xffff>; ... }; - pci at 200,0 { + pci@200,0 { device_type = "pci"; /* board 1 */ ibm,associativity = <1 0xffff 0xffff>; diff --git a/a/content_digest b/N1/content_digest index a13e7fd..b34d3b8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,26 @@ "ref\01416605010-10442-1-git-send-email-ganapatrao.kulkarni@caviumnetworks.com\0" "ref\02966212.dpWQ0OTb0A@wuerfel\0" "ref\0CAFpQJXUjYsTiHSyHdgtN9JPWGN8CByR4VwtSMJhwkAUWA4iV9w@mail.gmail.com\0" - "From\0arnd@arndb.de (Arnd Bergmann)\0" - "Subject\0[RFC PATCH v2 2/4] Documentation: arm64/arm: dt bindings for numa.\0" + "From\0Arnd Bergmann <arnd@arndb.de>\0" + "Subject\0Re: [RFC PATCH v2 2/4] Documentation: arm64/arm: dt bindings for numa.\0" "Date\0Tue, 25 Nov 2014 20:00:42 +0100\0" "To\0linux-arm-kernel@lists.infradead.org\0" + "Cc\0devicetree@vger.kernel.org <devicetree@vger.kernel.org>" + Steve Capper <steve.capper@linaro.org> + Al Stone <al.stone@linaro.org> + Ard Biesheuvel <ard.biesheuvel@linaro.org> + Catalin Marinas <catalin.marinas@arm.com> + Shannon Zhao <zhaoshenglong@huawei.com> + Will Deacon <Will.Deacon@arm.com> + Leif Lindholm <leif.lindholm@linaro.org> + Roy Franz <roy.franz@linaro.org> + Rob Herring <robh+dt@kernel.org> + Hanjun Guo <hanjun.guo@linaro.org> + msalter@redhat.com + Grant Likely <grant.likely@linaro.org> + jchandra@broadcom.com + Ganapatrao Kulkarni <ganapatrao.kulkarni@caviumnetworks.com> + " Ganapatrao Kulkarni <gpkulkarni@gmail.com>\0" "\00:1\0" "b\0" "On Tuesday 25 November 2014 08:15:47 Ganapatrao Kulkarni wrote:\n" @@ -32,14 +48,14 @@ "The ibm,associativity property in each PCI host, CPU or memory device\n" "node consequently has an array of three (board, socket, core) integers:\n" "\n" - "\tmemory at 0,0 {\n" + "\tmemory@0,0 {\n" "\t\tdevice_type = \"memory\";\n" "\t\treg = <0x0 0x0 0x4 0x0;\n" "\t\t/* board 0, socket 0, no specific core */\n" "\t\tibm,asssociativity = <0 0 0xffff>;\n" "\t};\n" "\n" - "\tmemory at 4,0 {\n" + "\tmemory@4,0 {\n" "\t\tdevice_type = \"memory\";\n" "\t\treg = <0x4 0x0 0x4 0x0>;\n" "\t\t/* board 0, socket 1, no specific core */\n" @@ -48,7 +64,7 @@ "\n" "\t...\n" "\n" - "\tmemory at 1c,0 {\n" + "\tmemory@1c,0 {\n" "\t\tdevice_type = \"memory\";\n" "\t\treg = <0x1c 0x0 0x4 0x0>;\n" "\t\t/* board 0, socket 7, no specific core */\n" @@ -58,14 +74,14 @@ "\tcpus {\n" "\t\t#address-cells = <2>;\n" "\t\t#size-cells = <0>;\n" - "\t\tcpu at 0 {\n" + "\t\tcpu@0 {\n" "\t\t\tdevice_type = \"cpu\";\n" "\t\t\treg = <0 0>;\n" "\t\t\t/* board 0, socket 0, core 0*/\n" "\t\t\tibm,asssociativity = <0 0 0>; \n" "\t\t};\n" "\n" - "\t\tcpu at 1 {\n" + "\t\tcpu@1 {\n" "\t\t\tdevice_type = \"cpu\";\n" "\t\t\treg = <0 0>;\n" "\t\t\t/* board 0, socket 0, core 0*/\n" @@ -74,7 +90,7 @@ "\n" "\t\t...\n" "\n" - "\t\tcpu at 31 {\n" + "\t\tcpu@31 {\n" "\t\t\tdevice_type = \"cpu\";\n" "\t\t\treg = <0 32>;\n" "\t\t\t/* board 1, socket 7, core 31*/\n" @@ -82,14 +98,14 @@ "\t\t};\n" "\t};\n" "\n" - "\tpci at 100,0 {\n" + "\tpci@100,0 {\n" "\t\tdevice_type = \"pci\";\n" "\t\t/* board 0 */\n" "\t\tibm,associativity = <0 0xffff 0xffff>;\n" "\t\t...\n" "\t};\n" "\n" - "\tpci at 200,0 {\n" + "\tpci@200,0 {\n" "\t\tdevice_type = \"pci\";\n" "\t\t/* board 1 */\n" "\t\tibm,associativity = <1 0xffff 0xffff>;\n" @@ -124,4 +140,4 @@ "\n" "\tArnd" -4f34ccaee9d2cc3fbfbe61f5df7d145592e7948897feae1a190aaeb12fd7d4df +d30a2488b1cd8bd4219f1f33c624950c98d6f569b5f4b56aaf550a2afda7c209
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.