All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20090604105959.GA22118@localhost>

diff --git a/a/1.txt b/N1/1.txt
index 7b82696..85eaaa1 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -47,10 +47,11 @@ Acked-by: Wu Fengguang <fengguang.wu@intel.com>
 >  2 files changed, 7 insertions(+), 6 deletions(-)
 > 
 > Index: b/include/linux/topology.h
-> =================================> --- a/include/linux/topology.h
+> ===================================================================
+> --- a/include/linux/topology.h
 > +++ b/include/linux/topology.h
 > @@ -54,12 +54,7 @@ int arch_update_cpu_topology(void);
->  #define node_distance(from,to)	((from) = (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)
+>  #define node_distance(from,to)	((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)
 >  #endif
 >  #ifndef RECLAIM_DISTANCE
 > -/*
@@ -64,7 +65,8 @@ Acked-by: Wu Fengguang <fengguang.wu@intel.com>
 >  #ifndef PENALTY_FOR_NODE_WITH_CPUS
 >  #define PENALTY_FOR_NODE_WITH_CPUS	(1)
 > Index: b/arch/powerpc/include/asm/topology.h
-> =================================> --- a/arch/powerpc/include/asm/topology.h
+> ===================================================================
+> --- a/arch/powerpc/include/asm/topology.h
 > +++ b/arch/powerpc/include/asm/topology.h
 > @@ -10,6 +10,12 @@ struct device_node;
 >  
diff --git a/a/content_digest b/N1/content_digest
index 910dd3c..cc9c6a9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,17 +1,17 @@
  "ref\020090604192236.9761.A69D9226@jp.fujitsu.com\0"
  "From\0Wu Fengguang <fengguang.wu@intel.com>\0"
  "Subject\0Re: [PATCH v4] zone_reclaim is always 0 by default\0"
- "Date\0Thu, 04 Jun 2009 10:59:59 +0000\0"
+ "Date\0Thu, 4 Jun 2009 18:59:59 +0800\0"
  "To\0KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>\0"
- "Cc\0Christoph Lameter <cl@linux-foundation.org>"
-  Rik van Riel <riel@redhat.com>
-  Robin Holt <holt@sgi.com>
+ "Cc\0Rik van Riel <riel@redhat.com>"
+  linux-ia64@vger.kernel.org <linux-ia64@vger.kernel.org>
+  linux-mm <linux-mm@kvack.org>
   Zhang
   Yanmin <yanmin.zhang@intel.com>
-  linux-ia64@vger.kernel.org <linux-ia64@vger.kernel.org>
-  linuxppc-dev@ozlabs.org <linuxppc-dev@ozlabs.org>
   LKML <linux-kernel@vger.kernel.org>
-  linux-mm <linux-mm@kvack.org>
+  linuxppc-dev@ozlabs.org <linuxppc-dev@ozlabs.org>
+  Robin Holt <holt@sgi.com>
+  Christoph Lameter <cl@linux-foundation.org>
  " Andrew Morton <akpm@linux-foundation.org>\0"
  "\00:1\0"
  "b\0"
@@ -64,10 +64,11 @@
  ">  2 files changed, 7 insertions(+), 6 deletions(-)\n"
  "> \n"
  "> Index: b/include/linux/topology.h\n"
- "> =================================> --- a/include/linux/topology.h\n"
+ "> ===================================================================\n"
+ "> --- a/include/linux/topology.h\n"
  "> +++ b/include/linux/topology.h\n"
  "> @@ -54,12 +54,7 @@ int arch_update_cpu_topology(void);\n"
- ">  #define node_distance(from,to)\t((from) = (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)\n"
+ ">  #define node_distance(from,to)\t((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)\n"
  ">  #endif\n"
  ">  #ifndef RECLAIM_DISTANCE\n"
  "> -/*\n"
@@ -81,7 +82,8 @@
  ">  #ifndef PENALTY_FOR_NODE_WITH_CPUS\n"
  ">  #define PENALTY_FOR_NODE_WITH_CPUS\t(1)\n"
  "> Index: b/arch/powerpc/include/asm/topology.h\n"
- "> =================================> --- a/arch/powerpc/include/asm/topology.h\n"
+ "> ===================================================================\n"
+ "> --- a/arch/powerpc/include/asm/topology.h\n"
  "> +++ b/arch/powerpc/include/asm/topology.h\n"
  "> @@ -10,6 +10,12 @@ struct device_node;\n"
  ">  \n"
@@ -101,4 +103,4 @@
  ">  \treturn numa_cpu_lookup_table[cpu];\n"
  >
 
-94eb6aac5eaa283ac33202a81506dca0bac2da1d7c2ae39e1785d3bd761cadd7
+34c955cf5353b3f3203cc652bb77d93d73b1593e95c804d66a345fb83a64c154

diff --git a/a/1.txt b/N2/1.txt
index 7b82696..85eaaa1 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -47,10 +47,11 @@ Acked-by: Wu Fengguang <fengguang.wu@intel.com>
 >  2 files changed, 7 insertions(+), 6 deletions(-)
 > 
 > Index: b/include/linux/topology.h
-> =================================> --- a/include/linux/topology.h
+> ===================================================================
+> --- a/include/linux/topology.h
 > +++ b/include/linux/topology.h
 > @@ -54,12 +54,7 @@ int arch_update_cpu_topology(void);
->  #define node_distance(from,to)	((from) = (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)
+>  #define node_distance(from,to)	((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)
 >  #endif
 >  #ifndef RECLAIM_DISTANCE
 > -/*
@@ -64,7 +65,8 @@ Acked-by: Wu Fengguang <fengguang.wu@intel.com>
 >  #ifndef PENALTY_FOR_NODE_WITH_CPUS
 >  #define PENALTY_FOR_NODE_WITH_CPUS	(1)
 > Index: b/arch/powerpc/include/asm/topology.h
-> =================================> --- a/arch/powerpc/include/asm/topology.h
+> ===================================================================
+> --- a/arch/powerpc/include/asm/topology.h
 > +++ b/arch/powerpc/include/asm/topology.h
 > @@ -10,6 +10,12 @@ struct device_node;
 >  
diff --git a/a/content_digest b/N2/content_digest
index 910dd3c..99753d5 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,7 +1,7 @@
  "ref\020090604192236.9761.A69D9226@jp.fujitsu.com\0"
  "From\0Wu Fengguang <fengguang.wu@intel.com>\0"
  "Subject\0Re: [PATCH v4] zone_reclaim is always 0 by default\0"
- "Date\0Thu, 04 Jun 2009 10:59:59 +0000\0"
+ "Date\0Thu, 4 Jun 2009 18:59:59 +0800\0"
  "To\0KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>\0"
  "Cc\0Christoph Lameter <cl@linux-foundation.org>"
   Rik van Riel <riel@redhat.com>
@@ -64,10 +64,11 @@
  ">  2 files changed, 7 insertions(+), 6 deletions(-)\n"
  "> \n"
  "> Index: b/include/linux/topology.h\n"
- "> =================================> --- a/include/linux/topology.h\n"
+ "> ===================================================================\n"
+ "> --- a/include/linux/topology.h\n"
  "> +++ b/include/linux/topology.h\n"
  "> @@ -54,12 +54,7 @@ int arch_update_cpu_topology(void);\n"
- ">  #define node_distance(from,to)\t((from) = (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)\n"
+ ">  #define node_distance(from,to)\t((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)\n"
  ">  #endif\n"
  ">  #ifndef RECLAIM_DISTANCE\n"
  "> -/*\n"
@@ -81,7 +82,8 @@
  ">  #ifndef PENALTY_FOR_NODE_WITH_CPUS\n"
  ">  #define PENALTY_FOR_NODE_WITH_CPUS\t(1)\n"
  "> Index: b/arch/powerpc/include/asm/topology.h\n"
- "> =================================> --- a/arch/powerpc/include/asm/topology.h\n"
+ "> ===================================================================\n"
+ "> --- a/arch/powerpc/include/asm/topology.h\n"
  "> +++ b/arch/powerpc/include/asm/topology.h\n"
  "> @@ -10,6 +10,12 @@ struct device_node;\n"
  ">  \n"
@@ -101,4 +103,4 @@
  ">  \treturn numa_cpu_lookup_table[cpu];\n"
  >
 
-94eb6aac5eaa283ac33202a81506dca0bac2da1d7c2ae39e1785d3bd761cadd7
+a18235afd0d30af4e5ce5936b371b7b17ef8dd92ca688262b469a3abbb2204c7

diff --git a/a/1.txt b/N3/1.txt
index 7b82696..0b63189 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -47,10 +47,11 @@ Acked-by: Wu Fengguang <fengguang.wu@intel.com>
 >  2 files changed, 7 insertions(+), 6 deletions(-)
 > 
 > Index: b/include/linux/topology.h
-> =================================> --- a/include/linux/topology.h
+> ===================================================================
+> --- a/include/linux/topology.h
 > +++ b/include/linux/topology.h
 > @@ -54,12 +54,7 @@ int arch_update_cpu_topology(void);
->  #define node_distance(from,to)	((from) = (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)
+>  #define node_distance(from,to)	((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)
 >  #endif
 >  #ifndef RECLAIM_DISTANCE
 > -/*
@@ -64,7 +65,8 @@ Acked-by: Wu Fengguang <fengguang.wu@intel.com>
 >  #ifndef PENALTY_FOR_NODE_WITH_CPUS
 >  #define PENALTY_FOR_NODE_WITH_CPUS	(1)
 > Index: b/arch/powerpc/include/asm/topology.h
-> =================================> --- a/arch/powerpc/include/asm/topology.h
+> ===================================================================
+> --- a/arch/powerpc/include/asm/topology.h
 > +++ b/arch/powerpc/include/asm/topology.h
 > @@ -10,6 +10,12 @@ struct device_node;
 >  
@@ -82,4 +84,10 @@ s/begin to/default to/ ?
 >  static inline int cpu_to_node(int cpu)
 >  {
 >  	return numa_cpu_lookup_table[cpu];
->
+> 
+
+--
+To unsubscribe, send a message with 'unsubscribe linux-mm' in
+the body to majordomo@kvack.org.  For more info on Linux MM,
+see: http://www.linux-mm.org/ .
+Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
diff --git a/a/content_digest b/N3/content_digest
index 910dd3c..c7f06dc 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -1,7 +1,7 @@
  "ref\020090604192236.9761.A69D9226@jp.fujitsu.com\0"
  "From\0Wu Fengguang <fengguang.wu@intel.com>\0"
  "Subject\0Re: [PATCH v4] zone_reclaim is always 0 by default\0"
- "Date\0Thu, 04 Jun 2009 10:59:59 +0000\0"
+ "Date\0Thu, 4 Jun 2009 18:59:59 +0800\0"
  "To\0KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>\0"
  "Cc\0Christoph Lameter <cl@linux-foundation.org>"
   Rik van Riel <riel@redhat.com>
@@ -64,10 +64,11 @@
  ">  2 files changed, 7 insertions(+), 6 deletions(-)\n"
  "> \n"
  "> Index: b/include/linux/topology.h\n"
- "> =================================> --- a/include/linux/topology.h\n"
+ "> ===================================================================\n"
+ "> --- a/include/linux/topology.h\n"
  "> +++ b/include/linux/topology.h\n"
  "> @@ -54,12 +54,7 @@ int arch_update_cpu_topology(void);\n"
- ">  #define node_distance(from,to)\t((from) = (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)\n"
+ ">  #define node_distance(from,to)\t((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)\n"
  ">  #endif\n"
  ">  #ifndef RECLAIM_DISTANCE\n"
  "> -/*\n"
@@ -81,7 +82,8 @@
  ">  #ifndef PENALTY_FOR_NODE_WITH_CPUS\n"
  ">  #define PENALTY_FOR_NODE_WITH_CPUS\t(1)\n"
  "> Index: b/arch/powerpc/include/asm/topology.h\n"
- "> =================================> --- a/arch/powerpc/include/asm/topology.h\n"
+ "> ===================================================================\n"
+ "> --- a/arch/powerpc/include/asm/topology.h\n"
  "> +++ b/arch/powerpc/include/asm/topology.h\n"
  "> @@ -10,6 +10,12 @@ struct device_node;\n"
  ">  \n"
@@ -99,6 +101,12 @@
  ">  static inline int cpu_to_node(int cpu)\n"
  ">  {\n"
  ">  \treturn numa_cpu_lookup_table[cpu];\n"
- >
+ "> \n"
+ "\n"
+ "--\n"
+ "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n"
+ "the body to majordomo@kvack.org.  For more info on Linux MM,\n"
+ "see: http://www.linux-mm.org/ .\n"
+ "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>"
 
-94eb6aac5eaa283ac33202a81506dca0bac2da1d7c2ae39e1785d3bd761cadd7
+7e8aeb129bc59166660d1c648d5b30b3f1487827b9472fe9fdc2bf70a33c2067

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.