diff for duplicates of <20150823072449.14156.40934.sendpatchset@little-apple> diff --git a/a/1.txt b/N1/1.txt index a0f76d2..7110519 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -51,7 +51,7 @@ Signed-off-by: Magnus Damm <damm+renesas@opensource.se> + np_cpu = of_parse_phandle(np_apmu, "cpus", bit); + if (np_cpu) { + if (!of_property_read_u32(np_cpu, "reg", &id)) { -+ if (id = cpu_logical_map(0)) ++ if (id == cpu_logical_map(0)) + is_allowed = true; + } + of_node_put(np_cpu); diff --git a/a/content_digest b/N1/content_digest index b194766..3d3b53b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020150823072427.14156.1960.sendpatchset@little-apple\0" "From\0Magnus Damm <magnus.damm@gmail.com>\0" "Subject\0[PATCH v2 02/07] ARM: shmobile: Add APMU DT support via Enable method\0" - "Date\0Sun, 23 Aug 2015 07:24:49 +0000\0" + "Date\0Sun, 23 Aug 2015 16:24:49 +0900\0" "To\0linux-sh@vger.kernel.org\0" "Cc\0mark.rutland@arm.com" devicetree@vger.kernel.org @@ -66,7 +66,7 @@ "+\t\t\tnp_cpu = of_parse_phandle(np_apmu, \"cpus\", bit);\n" "+\t\t\tif (np_cpu) {\n" "+\t\t\t\tif (!of_property_read_u32(np_cpu, \"reg\", &id)) {\n" - "+\t\t\t\t\tif (id = cpu_logical_map(0))\n" + "+\t\t\t\t\tif (id == cpu_logical_map(0))\n" "+\t\t\t\t\t\tis_allowed = true;\n" "+\t\t\t\t}\n" "+\t\t\t\tof_node_put(np_cpu);\n" @@ -144,4 +144,4 @@ "+\n" "+CPU_METHOD_OF_DECLARE(shmobile_smp_apmu, \"renesas,apmu\", &apmu_smp_ops);" -c6e0f82bfbd5cfa60bb25d22a32a8e5d07486a74f3a1a57bdf1ec970011604aa +410d4ece786f70ca6a20070fb9a967c6aed69b4f27dfdc03979e4e480168211b
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.