All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20200911134831.53258-2-ldufour@linux.ibm.com>

diff --git a/a/1.txt b/N1/1.txt
index 2f7db9c..9fcc5f6 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -119,8 +119,8 @@ index fab5e97dc9ca..7f49fcf38b8c 100644
  		 * There can be holes in boot-time mem_map[]s handed to this
  		 * function.  They do not exist on hotplugged memory.
  		 */
--		if (context = MEMMAP_EARLY) {
-+		if (context = MEMPLUG_EARLY) {
+-		if (context == MEMMAP_EARLY) {
++		if (context == MEMPLUG_EARLY) {
  			if (overlap_memmap_init(zone, &pfn))
  				continue;
  			if (defer_init(nid, pfn, end_pfn))
@@ -128,8 +128,8 @@ index fab5e97dc9ca..7f49fcf38b8c 100644
  
  		page = pfn_to_page(pfn);
  		__init_single_page(page, pfn, zone, nid);
--		if (context = MEMMAP_HOTPLUG)
-+		if (context = MEMPLUG_HOTPLUG)
+-		if (context == MEMMAP_HOTPLUG)
++		if (context == MEMPLUG_HOTPLUG)
  			__SetPageReserved(page);
  
  		/*
diff --git a/a/content_digest b/N1/content_digest
index b113e15..4861c0f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020200911134831.53258-1-ldufour@linux.ibm.com\0"
  "From\0Laurent Dufour <ldufour@linux.ibm.com>\0"
  "Subject\0[PATCH 1/3] mm: replace memmap_context by memplug_context\0"
- "Date\0Fri, 11 Sep 2020 13:48:29 +0000\0"
+ "Date\0Fri, 11 Sep 2020 15:48:29 +0200\0"
  "To\0akpm@linux-foundation.org"
   David Hildenbrand <david@redhat.com>
   Oscar Salvador <osalvador@suse.de>
@@ -138,8 +138,8 @@
  " \t\t * There can be holes in boot-time mem_map[]s handed to this\n"
  " \t\t * function.  They do not exist on hotplugged memory.\n"
  " \t\t */\n"
- "-\t\tif (context = MEMMAP_EARLY) {\n"
- "+\t\tif (context = MEMPLUG_EARLY) {\n"
+ "-\t\tif (context == MEMMAP_EARLY) {\n"
+ "+\t\tif (context == MEMPLUG_EARLY) {\n"
  " \t\t\tif (overlap_memmap_init(zone, &pfn))\n"
  " \t\t\t\tcontinue;\n"
  " \t\t\tif (defer_init(nid, pfn, end_pfn))\n"
@@ -147,8 +147,8 @@
  " \n"
  " \t\tpage = pfn_to_page(pfn);\n"
  " \t\t__init_single_page(page, pfn, zone, nid);\n"
- "-\t\tif (context = MEMMAP_HOTPLUG)\n"
- "+\t\tif (context = MEMPLUG_HOTPLUG)\n"
+ "-\t\tif (context == MEMMAP_HOTPLUG)\n"
+ "+\t\tif (context == MEMPLUG_HOTPLUG)\n"
  " \t\t\t__SetPageReserved(page);\n"
  " \n"
  " \t\t/*\n"
@@ -173,4 +173,4 @@
  "-- \n"
  2.28.0
 
-217213e0bed7dbe8239a0f9458b80e05e594dddb1419345ef2c7cb50bb8d2b35
+aadca9769e2aab1e360eed4728982276a6afa9a12f1da5fc3b506a750476d946

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.