All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <43074328.MailOXV1UXUHF@jackhammer.engr.sgi.com>

diff --git a/a/1.txt b/N1/1.txt
index 01237ac..6c2700b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -38,7 +38,8 @@ This is a patch against 2.6.13-rc6.
 Signed-off-by: John Hawkes <hawkes@sgi.com>
 
 Index: linux/arch/ia64/kernel/domain.c
-=================================--- linux.orig/arch/ia64/kernel/domain.c	2005-08-19 08:54:00.000000000 -0700
+===================================================================
+--- linux.orig/arch/ia64/kernel/domain.c	2005-08-19 08:54:00.000000000 -0700
 +++ linux/arch/ia64/kernel/domain.c	2005-08-20 07:39:32.000000000 -0700
 @@ -120,10 +120,10 @@
   * gets dynamically allocated.
@@ -154,7 +155,7 @@ Index: linux/arch/ia64/kernel/domain.c
 +			sched_group_allnodes_bycpu[cpu] = NULL;
 +		}
  
--		if (sg = NULL)
+-		if (sg == NULL)
 +		if (!sched_group_nodes)
  			continue;
 -		sg = sg->next;
@@ -167,7 +168,7 @@ Index: linux/arch/ia64/kernel/domain.c
 +			if (cpus_empty(nodemask))
 +				continue;
 +
-+			if (sg = NULL)
++			if (sg == NULL)
 +				continue;
 +			sg = sg->next;
  next_sg:
diff --git a/a/content_digest b/N1/content_digest
index 9de0395..1ec4fc9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0hawkes@jackhammer.engr.sgi.com (John Hawkes)\0"
  "Subject\0[PATCH] ia64 cpuset + build_sched_domains() mangles structures\0"
- "Date\0Sat, 20 Aug 2005 14:50:16 +0000\0"
+ "Date\0Sat, 20 Aug 2005 07:50:16 -0700\0"
  "To\0linux-ia64@vger.kernel.org"
  " linux-kernel@vger.kernel.org\0"
  "Cc\0mingo@elte.hu"
@@ -50,7 +50,8 @@
  "Signed-off-by: John Hawkes <hawkes@sgi.com>\n"
  "\n"
  "Index: linux/arch/ia64/kernel/domain.c\n"
- "=================================--- linux.orig/arch/ia64/kernel/domain.c\t2005-08-19 08:54:00.000000000 -0700\n"
+ "===================================================================\n"
+ "--- linux.orig/arch/ia64/kernel/domain.c\t2005-08-19 08:54:00.000000000 -0700\n"
  "+++ linux/arch/ia64/kernel/domain.c\t2005-08-20 07:39:32.000000000 -0700\n"
  "@@ -120,10 +120,10 @@\n"
  "  * gets dynamically allocated.\n"
@@ -166,7 +167,7 @@
  "+\t\t\tsched_group_allnodes_bycpu[cpu] = NULL;\n"
  "+\t\t}\n"
  " \n"
- "-\t\tif (sg = NULL)\n"
+ "-\t\tif (sg == NULL)\n"
  "+\t\tif (!sched_group_nodes)\n"
  " \t\t\tcontinue;\n"
  "-\t\tsg = sg->next;\n"
@@ -179,7 +180,7 @@
  "+\t\t\tif (cpus_empty(nodemask))\n"
  "+\t\t\t\tcontinue;\n"
  "+\n"
- "+\t\t\tif (sg = NULL)\n"
+ "+\t\t\tif (sg == NULL)\n"
  "+\t\t\t\tcontinue;\n"
  "+\t\t\tsg = sg->next;\n"
  " next_sg:\n"
@@ -202,4 +203,4 @@
  " }\n"
  -
 
-0341920432e1f45a3f9d989e7f234f84307cad0aa811f6030934967e5ca605f2
+24c87eb241feb987c5c4166cd771fa8d407df991a7f31f2150f69eab61303763

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.