All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1532325418-22617-5-git-send-email-rppt@linux.vnet.ibm.com>

diff --git a/a/1.txt b/N1/1.txt
index 9b15cac..200f51f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -79,7 +79,7 @@ index 1835144..e2e40bb 100644
 -	int i;
 -
 -#if IGNORE_PFN0
--	if (start = PAGE_OFFSET) {
+-	if (start == PAGE_OFFSET) {
 -		start += PAGE_SIZE;
 -		if (start >= end)
 -			return 0;
@@ -103,7 +103,7 @@ index 1835144..e2e40bb 100644
 -		}
 -
 -		/* nothing more available in this segment */
--		if (range_end = end)
+-		if (range_end == end)
 -			return 0;
 -	}
 -	return 0;
@@ -131,7 +131,7 @@ index 1835144..e2e40bb 100644
 -	/* look for a location to hold the bootmap */
 -	bootmap_start = ~0UL;
 -	efi_memmap_walk(find_bootmap_location, &bootmap_size);
--	if (bootmap_start = ~0UL)
+-	if (bootmap_start == ~0UL)
 -		panic("Cannot find %ld bytes for bootmap\n", bootmap_size);
 -
 -	bootmap_size = init_bootmem_node(NODE_DATA(0),
@@ -281,7 +281,7 @@ index 8e99d8e..1928d57 100644
  	reserve_memory();
 +	efi_memmap_walk(filter_memory, register_active_ranges);
  
- 	if (num_online_nodes() = 0) {
+ 	if (num_online_nodes() == 0) {
  		printk(KERN_ERR "node info missing!\n");
 @@ -541,34 +507,6 @@ void __init find_memory(void)
  		if (mem_data[node].min_pfn)
diff --git a/a/content_digest b/N1/content_digest
index d277f5a..91dbc40 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\01532325418-22617-1-git-send-email-rppt@linux.vnet.ibm.com\0"
  "From\0Mike Rapoport <rppt@linux.vnet.ibm.com>\0"
  "Subject\0[PATCH 4/4] ia64: switch to NO_BOOTMEM\0"
- "Date\0Mon, 23 Jul 2018 05:56:58 +0000\0"
+ "Date\0Mon, 23 Jul 2018 08:56:58 +0300\0"
  "To\0Tony Luck <tony.luck@intel.com>"
  " Fenghua Yu <fenghua.yu@intel.com>\0"
  "Cc\0Michal Hocko <mhocko@kernel.org>"
@@ -92,7 +92,7 @@
  "-\tint i;\n"
  "-\n"
  "-#if IGNORE_PFN0\n"
- "-\tif (start = PAGE_OFFSET) {\n"
+ "-\tif (start == PAGE_OFFSET) {\n"
  "-\t\tstart += PAGE_SIZE;\n"
  "-\t\tif (start >= end)\n"
  "-\t\t\treturn 0;\n"
@@ -116,7 +116,7 @@
  "-\t\t}\n"
  "-\n"
  "-\t\t/* nothing more available in this segment */\n"
- "-\t\tif (range_end = end)\n"
+ "-\t\tif (range_end == end)\n"
  "-\t\t\treturn 0;\n"
  "-\t}\n"
  "-\treturn 0;\n"
@@ -144,7 +144,7 @@
  "-\t/* look for a location to hold the bootmap */\n"
  "-\tbootmap_start = ~0UL;\n"
  "-\tefi_memmap_walk(find_bootmap_location, &bootmap_size);\n"
- "-\tif (bootmap_start = ~0UL)\n"
+ "-\tif (bootmap_start == ~0UL)\n"
  "-\t\tpanic(\"Cannot find %ld bytes for bootmap\\n\", bootmap_size);\n"
  "-\n"
  "-\tbootmap_size = init_bootmem_node(NODE_DATA(0),\n"
@@ -294,7 +294,7 @@
  " \treserve_memory();\n"
  "+\tefi_memmap_walk(filter_memory, register_active_ranges);\n"
  " \n"
- " \tif (num_online_nodes() = 0) {\n"
+ " \tif (num_online_nodes() == 0) {\n"
  " \t\tprintk(KERN_ERR \"node info missing!\\n\");\n"
  "@@ -541,34 +507,6 @@ void __init find_memory(void)\n"
  " \t\tif (mem_data[node].min_pfn)\n"
@@ -334,4 +334,4 @@
  "-- \n"
  2.7.4
 
-396392e8fb311c108a1bad0fbb0bcdad6fae66d230e40a58a94369399bf2f2ce
+0ea8f865d4e64b4a79a6003a0094b980f43099bca89285742ab008e5a78e1a1f

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.