diff for duplicates of <20160408200514.GA20114@kroah.com> diff --git a/a/1.txt b/N1/1.txt index a6d7820..67c12a4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,23 +18,23 @@ On Fri, Apr 08, 2016 at 08:51:17PM +0100, Rui Salvaterra wrote: > > "Suggested-by:" type mark > > > > > --- -> > > lib/lz4/lz4defs.h | 29 +++++++++++++++-------------- -> > > 1 file changed, 15 insertions(+), 14 deletions(-) +> > > lib/lz4/lz4defs.h | 29 +++++++++++++++-------------- +> > > 1 file changed, 15 insertions(+), 14 deletions(-) > > > > > > diff --git a/lib/lz4/lz4defs.h b/lib/lz4/lz4defs.h > > > index abcecdc..a98c08c 100644 > > > --- a/lib/lz4/lz4defs.h > > > +++ b/lib/lz4/lz4defs.h > > > @@ -11,8 +11,7 @@ -> > > /* -> > > * Detects 64 bits mode -> > > */ +> > > /* +> > > * Detects 64 bits mode +> > > */ > > > -#if (defined(__x86_64__) || defined(__x86_64) || defined(__amd64__) \ -> > > - || defined(__ppc64__) || defined(__LP64__)) +> > > - || defined(__ppc64__) || defined(__LP64__)) > > > +#if defined(CONFIG_64BIT) > > > > This patch seems to do two different things, clean up the #if tests, and -> > change the endian of some calls. Can you break this up into 2 different +> > change the endian of some calls. Can you break this up into 2 different > > patches? > > > > thanks, @@ -54,9 +54,3 @@ required. thanks, greg k-h- - --- -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 1dc059d..ed803de 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -36,23 +36,23 @@ "> > \"Suggested-by:\" type mark\n" "> >\n" "> > > ---\n" - "> > > lib/lz4/lz4defs.h | 29 +++++++++++++++--------------\n" - "> > > 1 file changed, 15 insertions(+), 14 deletions(-)\n" + "> > >\302\240 lib/lz4/lz4defs.h | 29 +++++++++++++++--------------\n" + "> > >\302\240 1 file changed, 15 insertions(+), 14 deletions(-)\n" "> > >\n" "> > > diff --git a/lib/lz4/lz4defs.h b/lib/lz4/lz4defs.h\n" "> > > index abcecdc..a98c08c 100644\n" "> > > --- a/lib/lz4/lz4defs.h\n" "> > > +++ b/lib/lz4/lz4defs.h\n" "> > > @@ -11,8 +11,7 @@\n" - "> > > /*\n" - "> > > * Detects 64 bits mode\n" - "> > > */\n" + "> > >\302\240 /*\n" + "> > >\302\240 \302\240* Detects 64 bits mode\n" + "> > >\302\240 \302\240*/\n" "> > > -#if (defined(__x86_64__) || defined(__x86_64) || defined(__amd64__) \\\n" - "> > > - || defined(__ppc64__) || defined(__LP64__))\n" + "> > > -\302\240 \302\240 \302\240|| defined(__ppc64__) || defined(__LP64__))\n" "> > > +#if defined(CONFIG_64BIT)\n" "> >\n" "> > This patch seems to do two different things, clean up the #if tests, and\n" - "> > change the endian of some calls. Can you break this up into 2 different\n" + "> > change the endian of some calls.\302\240 Can you break this up into 2 different\n" "> > patches?\n" "> >\n" "> > thanks,\n" @@ -71,12 +71,6 @@ "\n" "thanks,\n" "\n" - "greg k-h-\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>" + greg k-h- -0ceed23705e6eb4117d609a65a5076fcce97110664acdf48b6e73acade223d6c +e16bb7c38500e7004aecea96172cdc77096fc6d23db56eee1e158e49502990b6
diff --git a/a/1.txt b/N2/1.txt index a6d7820..37529d3 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -18,23 +18,23 @@ On Fri, Apr 08, 2016 at 08:51:17PM +0100, Rui Salvaterra wrote: > > "Suggested-by:" type mark > > > > > --- -> > > lib/lz4/lz4defs.h | 29 +++++++++++++++-------------- -> > > 1 file changed, 15 insertions(+), 14 deletions(-) +> > >� lib/lz4/lz4defs.h | 29 +++++++++++++++-------------- +> > >� 1 file changed, 15 insertions(+), 14 deletions(-) > > > > > > diff --git a/lib/lz4/lz4defs.h b/lib/lz4/lz4defs.h > > > index abcecdc..a98c08c 100644 > > > --- a/lib/lz4/lz4defs.h > > > +++ b/lib/lz4/lz4defs.h > > > @@ -11,8 +11,7 @@ -> > > /* -> > > * Detects 64 bits mode -> > > */ +> > >� /* +> > >� �* Detects 64 bits mode +> > >� �*/ > > > -#if (defined(__x86_64__) || defined(__x86_64) || defined(__amd64__) \ -> > > - || defined(__ppc64__) || defined(__LP64__)) +> > > -� � �|| defined(__ppc64__) || defined(__LP64__)) > > > +#if defined(CONFIG_64BIT) > > > > This patch seems to do two different things, clean up the #if tests, and -> > change the endian of some calls. Can you break this up into 2 different +> > change the endian of some calls.� Can you break this up into 2 different > > patches? > > > > thanks, diff --git a/a/content_digest b/N2/content_digest index 1dc059d..bbd972d 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -36,23 +36,23 @@ "> > \"Suggested-by:\" type mark\n" "> >\n" "> > > ---\n" - "> > > lib/lz4/lz4defs.h | 29 +++++++++++++++--------------\n" - "> > > 1 file changed, 15 insertions(+), 14 deletions(-)\n" + "> > >\303\257\302\277\302\275 lib/lz4/lz4defs.h | 29 +++++++++++++++--------------\n" + "> > >\303\257\302\277\302\275 1 file changed, 15 insertions(+), 14 deletions(-)\n" "> > >\n" "> > > diff --git a/lib/lz4/lz4defs.h b/lib/lz4/lz4defs.h\n" "> > > index abcecdc..a98c08c 100644\n" "> > > --- a/lib/lz4/lz4defs.h\n" "> > > +++ b/lib/lz4/lz4defs.h\n" "> > > @@ -11,8 +11,7 @@\n" - "> > > /*\n" - "> > > * Detects 64 bits mode\n" - "> > > */\n" + "> > >\303\257\302\277\302\275 /*\n" + "> > >\303\257\302\277\302\275 \303\257\302\277\302\275* Detects 64 bits mode\n" + "> > >\303\257\302\277\302\275 \303\257\302\277\302\275*/\n" "> > > -#if (defined(__x86_64__) || defined(__x86_64) || defined(__amd64__) \\\n" - "> > > - || defined(__ppc64__) || defined(__LP64__))\n" + "> > > -\303\257\302\277\302\275 \303\257\302\277\302\275 \303\257\302\277\302\275|| defined(__ppc64__) || defined(__LP64__))\n" "> > > +#if defined(CONFIG_64BIT)\n" "> >\n" "> > This patch seems to do two different things, clean up the #if tests, and\n" - "> > change the endian of some calls. Can you break this up into 2 different\n" + "> > change the endian of some calls.\303\257\302\277\302\275 Can you break this up into 2 different\n" "> > patches?\n" "> >\n" "> > thanks,\n" @@ -79,4 +79,4 @@ "see: http://www.linux-mm.org/ .\n" "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -0ceed23705e6eb4117d609a65a5076fcce97110664acdf48b6e73acade223d6c +ae542ffba8a8dc4e8c04396ed63943c0ddff764e5e5e5595e342a392e5e4951a
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.