diff for duplicates of <20200121170350.GC18808@shell.armlinux.org.uk> diff --git a/a/1.txt b/N1/1.txt index 3f6bcbf..02aed46 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -65,7 +65,7 @@ On Mon, Nov 25, 2019 at 11:27:41AM +0000, Qais Yousef wrote: > + } > + > + for_each_present_cpu(cpu) { -> + if (cpu = primary_cpu) +> + if (cpu == primary_cpu) > + continue; > + if (cpu_online(cpu)) > + cpu_down(cpu); @@ -78,3 +78,8 @@ that have already been taken down by this function? RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line in suburbia: sync at 12.1Mbps down 622kbps up According to speedtest.net: 11.9Mbps down 500kbps up + +_______________________________________________ +linux-arm-kernel mailing list +linux-arm-kernel@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N1/content_digest index edffce7..5443079 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,25 +4,25 @@ "Subject\0Re: [PATCH v2 01/14] smp: Create a new function to shutdown nonboot cpus\0" "Date\0Tue, 21 Jan 2020 17:03:50 +0000\0" "To\0Qais Yousef <qais.yousef@arm.com>\0" - "Cc\0Thomas Gleixner <tglx@linutronix.de>" + "Cc\0Fenghua Yu <fenghua.yu@intel.com>" + Daniel Lezcano <daniel.lezcano@linaro.org> + Catalin Marinas <catalin.marinas@arm.com> + Rafael J. Wysocki <rafael.j.wysocki@intel.com> + Tony Luck <tony.luck@intel.com> + " Peter Zijlstra \\(Intel\\) <peterz@infradead.org>" Greg Kroah-Hartman <gregkh@linuxfoundation.org> Josh Poimboeuf <jpoimboe@redhat.com> - Peter Zijlstra (Intel) <peterz@infradead.org> - Jiri Kosina <jkosina@suse.cz> + Zhenzhong Duan <zhenzhong.duan@oracle.com> Nicholas Piggin <npiggin@gmail.com> - Daniel Lezcano <daniel.lezcano@linaro.org> - Ingo Molnar <mingo@kernel.org> + linux-kernel@vger.kernel.org Eiichi Tsukata <devel@etsukata.com> - Zhenzhong Duan <zhenzhong.duan@oracle.com> Nadav Amit <namit@vmware.com> - Rafael J. Wysocki <rafael.j.wysocki@intel.com> - Tony Luck <tony.luck@intel.com> - Fenghua Yu <fenghua.yu@intel.com> - Catalin Marinas <catalin.marinas@arm.com> - Will Deacon <will@kernel.org> - linux-arm-kernel@lists.infradead.org + Jiri Kosina <jkosina@suse.cz> linux-ia64@vger.kernel.org - " linux-kernel@vger.kernel.org\0" + Thomas Gleixner <tglx@linutronix.de> + Will Deacon <will@kernel.org> + Ingo Molnar <mingo@kernel.org> + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Mon, Nov 25, 2019 at 11:27:41AM +0000, Qais Yousef wrote:\n" @@ -92,7 +92,7 @@ "> +\t}\n" "> +\n" "> +\tfor_each_present_cpu(cpu) {\n" - "> +\t\tif (cpu = primary_cpu)\n" + "> +\t\tif (cpu == primary_cpu)\n" "> +\t\t\tcontinue;\n" "> +\t\tif (cpu_online(cpu))\n" "> +\t\t\tcpu_down(cpu);\n" @@ -104,6 +104,11 @@ "-- \n" "RMK's Patch system: https://www.armlinux.org.uk/developer/patches/\n" "FTTC broadband for 0.8mile line in suburbia: sync at 12.1Mbps down 622kbps up\n" - According to speedtest.net: 11.9Mbps down 500kbps up + "According to speedtest.net: 11.9Mbps down 500kbps up\n" + "\n" + "_______________________________________________\n" + "linux-arm-kernel mailing list\n" + "linux-arm-kernel@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -62b76c6594014ab2f82e371e1f4609999af9c02f7a865e1ab39c0b46347def25 +23d2e05af26d13f647fa5443cabb2667534f8f5bdcadd7c00e61d1d58da8fd0e
diff --git a/a/1.txt b/N2/1.txt index 3f6bcbf..02139d4 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -65,7 +65,7 @@ On Mon, Nov 25, 2019 at 11:27:41AM +0000, Qais Yousef wrote: > + } > + > + for_each_present_cpu(cpu) { -> + if (cpu = primary_cpu) +> + if (cpu == primary_cpu) > + continue; > + if (cpu_online(cpu)) > + cpu_down(cpu); diff --git a/a/content_digest b/N2/content_digest index edffce7..589c31d 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -92,7 +92,7 @@ "> +\t}\n" "> +\n" "> +\tfor_each_present_cpu(cpu) {\n" - "> +\t\tif (cpu = primary_cpu)\n" + "> +\t\tif (cpu == primary_cpu)\n" "> +\t\t\tcontinue;\n" "> +\t\tif (cpu_online(cpu))\n" "> +\t\t\tcpu_down(cpu);\n" @@ -106,4 +106,4 @@ "FTTC broadband for 0.8mile line in suburbia: sync at 12.1Mbps down 622kbps up\n" According to speedtest.net: 11.9Mbps down 500kbps up -62b76c6594014ab2f82e371e1f4609999af9c02f7a865e1ab39c0b46347def25 +e675169eee58a31c2b3307dbb8fc1071b628a5ead3295b5f6cbab06218fa2b25
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.