All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <510A18FA.2010107@cn.fujitsu.com>

diff --git a/a/1.txt b/N1/1.txt
index f40de4f..fa5eee5 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -22,7 +22,7 @@ On 01/31/2013 02:19 PM, Simon Jeons wrote:
 >>
 >> For example, node_states[N_NORMAL_MEMOR] represents which nodes have
 >> normal memory.
->> If N_MEMORY == N_HIGH_MEMORY == N_NORMAL_MEMORY, node_states[N_MEMORY] is
+>> If N_MEMORY = N_HIGH_MEMORY = N_NORMAL_MEMORY, node_states[N_MEMORY] is
 >> node_states[N_NORMAL_MEMOR]. So it represents which nodes have 0 ...
 >> ZONE_MOVABLE.
 >>
@@ -36,13 +36,13 @@ Hi Simon,
 
 Let's say it in this way.
 
-If we don't have CONFIG_HIGHMEM, N_HIGH_MEMORY == N_NORMAL_MEMORY. We 
+If we don't have CONFIG_HIGHMEM, N_HIGH_MEMORY = N_NORMAL_MEMORY. We 
 don't have a separate
 macro to represent highmem because we don't have highmem.
 This is easy to understand, right ?
 
 Now, think it just like above:
-If we don't have CONFIG_MOVABLE_NODE, N_MEMORY == N_HIGH_MEMORY == 
+If we don't have CONFIG_MOVABLE_NODE, N_MEMORY = N_HIGH_MEMORY = 
 N_NORMAL_MEMORY.
 This means we don't allow a node to have only movable memory, not we 
 don't have movable memory.
@@ -75,7 +75,7 @@ movablemem.
 movablemem only.    ***
 
 2) With out CONFIG_MOVABLE_NODE:
-    N_MEMORY == N_NORMAL_MEMORY: (Here, I omit N_HIGH_MEMORY)
+    N_MEMORY = N_NORMAL_MEMORY: (Here, I omit N_HIGH_MEMORY)
                      normal memory only
                      normal and highmem
                      normal and highmem and movablemem
@@ -91,12 +91,3 @@ we use N_MEMORY. :)
 That is my understanding of this.
 
 Thanks. :)
-
-
-
-
---
-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/N1/content_digest
index 2cd3959..465ae7f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -6,7 +6,7 @@
  "ref\01359613162.1587.0.camel@kernel\0"
  "From\0Tang Chen <tangchen@cn.fujitsu.com>\0"
  "Subject\0Re: [PATCH v6 00/15] memory-hotplug: hot-remove physical memory\0"
- "Date\0Thu, 31 Jan 2013 15:10:50 +0800\0"
+ "Date\0Thu, 31 Jan 2013 07:10:50 +0000\0"
  "To\0Simon Jeons <simon.jeons@gmail.com>\0"
  "Cc\0akpm@linux-foundation.org"
   rientjes@google.com
@@ -61,7 +61,7 @@
  ">>\n"
  ">> For example, node_states[N_NORMAL_MEMOR] represents which nodes have\n"
  ">> normal memory.\n"
- ">> If N_MEMORY == N_HIGH_MEMORY == N_NORMAL_MEMORY, node_states[N_MEMORY] is\n"
+ ">> If N_MEMORY = N_HIGH_MEMORY = N_NORMAL_MEMORY, node_states[N_MEMORY] is\n"
  ">> node_states[N_NORMAL_MEMOR]. So it represents which nodes have 0 ...\n"
  ">> ZONE_MOVABLE.\n"
  ">>\n"
@@ -75,13 +75,13 @@
  "\n"
  "Let's say it in this way.\n"
  "\n"
- "If we don't have CONFIG_HIGHMEM, N_HIGH_MEMORY == N_NORMAL_MEMORY. We \n"
+ "If we don't have CONFIG_HIGHMEM, N_HIGH_MEMORY = N_NORMAL_MEMORY. We \n"
  "don't have a separate\n"
  "macro to represent highmem because we don't have highmem.\n"
  "This is easy to understand, right ?\n"
  "\n"
  "Now, think it just like above:\n"
- "If we don't have CONFIG_MOVABLE_NODE, N_MEMORY == N_HIGH_MEMORY == \n"
+ "If we don't have CONFIG_MOVABLE_NODE, N_MEMORY = N_HIGH_MEMORY = \n"
  "N_NORMAL_MEMORY.\n"
  "This means we don't allow a node to have only movable memory, not we \n"
  "don't have movable memory.\n"
@@ -114,7 +114,7 @@
  "movablemem only.    ***\n"
  "\n"
  "2) With out CONFIG_MOVABLE_NODE:\n"
- "    N_MEMORY == N_NORMAL_MEMORY: (Here, I omit N_HIGH_MEMORY)\n"
+ "    N_MEMORY = N_NORMAL_MEMORY: (Here, I omit N_HIGH_MEMORY)\n"
  "                     normal memory only\n"
  "                     normal and highmem\n"
  "                     normal and highmem and movablemem\n"
@@ -129,15 +129,6 @@
  "\n"
  "That is my understanding of this.\n"
  "\n"
- "Thanks. :)\n"
- "\n"
- "\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>"
+ Thanks. :)
 
-67b91cd820d7720fa0a45672260015c1ccea81078d0d10284912e2ea4707952e
+e5b3684ef07753be22b45979ccde1c2c0a7d62891d108842af53ef4b12507aed

diff --git a/a/1.txt b/N2/1.txt
index f40de4f..6426115 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -91,12 +91,3 @@ we use N_MEMORY. :)
 That is my understanding of this.
 
 Thanks. :)
-
-
-
-
---
-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/N2/content_digest
index 2cd3959..b367bfe 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -8,33 +8,32 @@
  "Subject\0Re: [PATCH v6 00/15] memory-hotplug: hot-remove physical memory\0"
  "Date\0Thu, 31 Jan 2013 15:10:50 +0800\0"
  "To\0Simon Jeons <simon.jeons@gmail.com>\0"
- "Cc\0akpm@linux-foundation.org"
-  rientjes@google.com
-  len.brown@intel.com
-  benh@kernel.crashing.org
+ "Cc\0linux-ia64@vger.kernel.org"
+  linux-sh@vger.kernel.org
+  linux-mm@kvack.org
   paulus@samba.org
+  hpa@zytor.com
+  sparclinux@vger.kernel.org
   cl@linux.com
-  minchan.kim@gmail.com
-  kosaki.motohiro@jp.fujitsu.com
+  linux-s390@vger.kernel.org
+  x86@kernel.org
+  linux-acpi@vger.kernel.org
   isimatu.yasuaki@jp.fujitsu.com
-  wujianguo@huawei.com
-  wency@cn.fujitsu.com
-  hpa@zytor.com
   linfeng@cn.fujitsu.com
-  laijs@cn.fujitsu.com
   mgorman@suse.de
-  yinghai@kernel.org
+  kosaki.motohiro@jp.fujitsu.com
+  rientjes@google.com
+  len.brown@intel.com
+  wency@cn.fujitsu.com
+  cmetcalf@tilera.com
   glommer@parallels.com
-  x86@kernel.org
-  linux-mm@kvack.org
+  wujianguo@huawei.com
+  yinghai@kernel.org
+  laijs@cn.fujitsu.com
   linux-kernel@vger.kernel.org
-  linuxppc-dev@lists.ozlabs.org
-  linux-acpi@vger.kernel.org
-  linux-s390@vger.kernel.org
-  linux-sh@vger.kernel.org
-  linux-ia64@vger.kernel.org
-  cmetcalf@tilera.com
- " sparclinux@vger.kernel.org\0"
+  minchan.kim@gmail.com
+  akpm@linux-foundation.org
+ " linuxppc-dev@lists.ozlabs.org\0"
  "\00:1\0"
  "b\0"
  "On 01/31/2013 02:19 PM, Simon Jeons wrote:\n"
@@ -129,15 +128,6 @@
  "\n"
  "That is my understanding of this.\n"
  "\n"
- "Thanks. :)\n"
- "\n"
- "\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>"
+ Thanks. :)
 
-67b91cd820d7720fa0a45672260015c1ccea81078d0d10284912e2ea4707952e
+a5678cbb39b795667aa16408b7cdb650496b9d02185d0fd42838d366623d3d6e

diff --git a/a/1.txt b/N3/1.txt
index f40de4f..6426115 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -91,12 +91,3 @@ we use N_MEMORY. :)
 That is my understanding of this.
 
 Thanks. :)
-
-
-
-
---
-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 2cd3959..64480ff 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -129,15 +129,6 @@
  "\n"
  "That is my understanding of this.\n"
  "\n"
- "Thanks. :)\n"
- "\n"
- "\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>"
+ Thanks. :)
 
-67b91cd820d7720fa0a45672260015c1ccea81078d0d10284912e2ea4707952e
+26699d80f2aeac418672f46540787bb49c6859bdf8d02f0154b6d9f93faf4b98

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.