All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <200612180002.11079.arnd@arndb.de>

diff --git a/a/1.txt b/N1/1.txt
index a9a3ab9..2721fe9 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,6 +1,6 @@
 On Friday 15 December 2006 18:14, Dave Hansen wrote:
-> +=A0=A0=A0=A0=A0=A0=A0if (system_state >=3D SYSTEM_RUNNING)
-> +=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0return 1;
+> +       if (system_state >= SYSTEM_RUNNING)
+> +               return 1;
 > +       if (!early_pfn_valid(pfn))
 > +               return 0;
 > +       if (!early_pfn_in_nid(pfn, nid))
diff --git a/a/content_digest b/N1/content_digest
index e3fd8ea..01e27bd 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,19 +3,20 @@
  "Subject\0Re: [PATCH] Fix sparsemem on Cell\0"
  "Date\0Mon, 18 Dec 2006 00:02:09 +0100\0"
  "To\0linuxppc-dev@ozlabs.org\0"
- "Cc\0akpm@osdl.org"
+ "Cc\0Dave Hansen <haveblue@us.ibm.com>"
+  cbe-oss-dev@ozlabs.org
+  akpm@osdl.org
+  linux-mm@kvack.org
   linux-kernel@vger.kernel.org
   hch@infradead.org
-  linux-mm@kvack.org
   paulus@samba.org
   mkravetz@us.ibm.com
-  gone@us.ibm.com
- " cbe-oss-dev@ozlabs.org\0"
+ " gone@us.ibm.com\0"
  "\00:1\0"
  "b\0"
  "On Friday 15 December 2006 18:14, Dave Hansen wrote:\n"
- "> +=A0=A0=A0=A0=A0=A0=A0if (system_state >=3D SYSTEM_RUNNING)\n"
- "> +=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0return 1;\n"
+ "> +\302\240\302\240\302\240\302\240\302\240\302\240\302\240if (system_state >= SYSTEM_RUNNING)\n"
+ "> +\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240return 1;\n"
  "> +       if (!early_pfn_valid(pfn))\n"
  "> +               return 0;\n"
  "> +       if (!early_pfn_in_nid(pfn, nid))\n"
@@ -33,4 +34,4 @@
  "\n"
  "\tArnd <><"
 
-205012fd43f9ecb221be22f72d4fc5bd70bcfda6e1bcf2bf288be43f181cf881
+44a529cb66c993f3165928f9a795a490d8c5abc482192ad1c24fc80e935d8a9f

diff --git a/a/1.txt b/N2/1.txt
index a9a3ab9..22f51d8 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,6 +1,6 @@
 On Friday 15 December 2006 18:14, Dave Hansen wrote:
-> +=A0=A0=A0=A0=A0=A0=A0if (system_state >=3D SYSTEM_RUNNING)
-> +=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0return 1;
+> +       if (system_state >= SYSTEM_RUNNING)
+> +               return 1;
 > +       if (!early_pfn_valid(pfn))
 > +               return 0;
 > +       if (!early_pfn_in_nid(pfn, nid))
@@ -17,3 +17,9 @@ is going in the right direction, but it does not solve the
 bug we have...
 
 	Arnd <><
+
+--
+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 e3fd8ea..dd6cc5f 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -3,19 +3,20 @@
  "Subject\0Re: [PATCH] Fix sparsemem on Cell\0"
  "Date\0Mon, 18 Dec 2006 00:02:09 +0100\0"
  "To\0linuxppc-dev@ozlabs.org\0"
- "Cc\0akpm@osdl.org"
+ "Cc\0Dave Hansen <haveblue@us.ibm.com>"
+  cbe-oss-dev@ozlabs.org
+  akpm@osdl.org
+  linux-mm@kvack.org
   linux-kernel@vger.kernel.org
   hch@infradead.org
-  linux-mm@kvack.org
   paulus@samba.org
   mkravetz@us.ibm.com
-  gone@us.ibm.com
- " cbe-oss-dev@ozlabs.org\0"
+ " gone@us.ibm.com\0"
  "\00:1\0"
  "b\0"
  "On Friday 15 December 2006 18:14, Dave Hansen wrote:\n"
- "> +=A0=A0=A0=A0=A0=A0=A0if (system_state >=3D SYSTEM_RUNNING)\n"
- "> +=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0return 1;\n"
+ "> +       if (system_state >= SYSTEM_RUNNING)\n"
+ "> +               return 1;\n"
  "> +       if (!early_pfn_valid(pfn))\n"
  "> +               return 0;\n"
  "> +       if (!early_pfn_in_nid(pfn, nid))\n"
@@ -31,6 +32,12 @@
  "is going in the right direction, but it does not solve the\n"
  "bug we have...\n"
  "\n"
- "\tArnd <><"
+ "\tArnd <><\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>"
 
-205012fd43f9ecb221be22f72d4fc5bd70bcfda6e1bcf2bf288be43f181cf881
+d1ec8b579f6880fa00994b0f1495bc6e4a69b9b9d108eb13f723d4c683ff2eb6

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.