All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20200121180930.GJ25745@shell.armlinux.org.uk>

diff --git a/a/1.txt b/N1/1.txt
index fa6e0ff..d30a067 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -23,7 +23,7 @@ On Tue, Jan 21, 2020 at 05:47:52PM +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);
@@ -70,3 +70,8 @@ online state of any CPU in the system.
 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 fac95b4..f9f61eb 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -6,25 +6,25 @@
  "Subject\0Re: [PATCH v2 01/14] smp: Create a new function to shutdown nonboot cpus\0"
  "Date\0Tue, 21 Jan 2020 18:09:30 +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 Tue, Jan 21, 2020 at 05:47:52PM +0000, Qais Yousef wrote:\n"
@@ -52,7 +52,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"
@@ -98,6 +98,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
 
-c59bd5018391e09438daa62a91d50308198e2e58813b177d8be6aab6d32aec23
+fb9e9c862cf062f045f4671a3e9913394b192b7f25bdc7b89398b52af4a5e021

diff --git a/a/1.txt b/N2/1.txt
index fa6e0ff..d28341a 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -23,7 +23,7 @@ On Tue, Jan 21, 2020 at 05:47:52PM +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 fac95b4..0d01d4b 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -52,7 +52,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"
@@ -100,4 +100,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
 
-c59bd5018391e09438daa62a91d50308198e2e58813b177d8be6aab6d32aec23
+bee0e2876c457b3fce471d13d3e130eee6167a3818ee2c50fff4752c81d49bee

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.