diff for duplicates of <20060201090325.905071000@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index 6e16d3d..9c9ff9a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,7 +16,8 @@ Signed-off-by: Akinobu Mita <mita@miraclelinux.com> 1 files changed, 54 insertions(+) Index: 2.6-git/include/asm-generic/bitops/hweight.h -=================================--- /dev/null +=================================================================== +--- /dev/null +++ 2.6-git/include/asm-generic/bitops/hweight.h @@ -0,0 +1,54 @@ +#ifndef _ASM_GENERIC_BITOPS_HWEIGHT_H_ @@ -57,9 +58,9 @@ Index: 2.6-git/include/asm-generic/bitops/hweight.h + +static inline unsigned long hweight64(__u64 w) +{ -+#if BITS_PER_LONG = 32 ++#if BITS_PER_LONG == 32 + return hweight32((unsigned int)(w >> 32)) + hweight32((unsigned int)w); -+#elif BITS_PER_LONG = 64 ++#elif BITS_PER_LONG == 64 + u64 res; + res = (w & 0x5555555555555555ul) + ((w >> 1) & 0x5555555555555555ul); + res = (res & 0x3333333333333333ul) + ((res >> 2) & 0x3333333333333333ul); diff --git a/a/content_digest b/N1/content_digest index 4a96523..d4d6bc3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020060201090224.536581000@localhost.localdomain\0" "From\0Akinobu Mita <mita@miraclelinux.com>\0" "Subject\0[patch 14/44] generic hweight{64,32,16,8}()\0" - "Date\0Wed, 01 Feb 2006 09:02:38 +0000\0" + "Date\0Wed, 01 Feb 2006 18:02:38 +0900\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0Richard Henderson <rth@twiddle.net>" Ivan Kokshaysky <ink@jurassic.park.msu.ru> @@ -13,7 +13,7 @@ Linus Torvalds <torvalds@osdl.org> linux-ia64@vger.kernel.org Hirokazu Takata <takata@linux-m32r.org> - linux-m68k@vger.kernel.org + linux-m68k@lists.linux-m68k.org Greg Ungerer <gerg@uclinux.org> linux-mips@linux-mips.org parisc-linux@parisc-linux.org @@ -28,6 +28,7 @@ Chris Zankel <chris@zankel.net> " Akinobu Mita <mita@miraclelinux.com>\0" "\00:1\0" + "fn\0hweight-bitops.patch\0" "b\0" "\n" "This patch introduces the C-language equivalents of the functions below:\n" @@ -47,7 +48,8 @@ " 1 files changed, 54 insertions(+)\n" "\n" "Index: 2.6-git/include/asm-generic/bitops/hweight.h\n" - "=================================--- /dev/null\n" + "===================================================================\n" + "--- /dev/null\n" "+++ 2.6-git/include/asm-generic/bitops/hweight.h\n" "@@ -0,0 +1,54 @@\n" "+#ifndef _ASM_GENERIC_BITOPS_HWEIGHT_H_\n" @@ -88,9 +90,9 @@ "+\n" "+static inline unsigned long hweight64(__u64 w)\n" "+{\n" - "+#if BITS_PER_LONG = 32\n" + "+#if BITS_PER_LONG == 32\n" "+\treturn hweight32((unsigned int)(w >> 32)) + hweight32((unsigned int)w);\n" - "+#elif BITS_PER_LONG = 64\n" + "+#elif BITS_PER_LONG == 64\n" "+\tu64 res;\n" "+\tres = (w & 0x5555555555555555ul) + ((w >> 1) & 0x5555555555555555ul);\n" "+\tres = (res & 0x3333333333333333ul) + ((res >> 2) & 0x3333333333333333ul);\n" @@ -107,4 +109,4 @@ "\n" -- -375f89ed29a71372c59f00a341c0bb18fb621e919f7b89ba7d21a8ccab8101ed +63d5f54080e7233e764e8760a90d60a52a3acc5341daee9d3c9f097d1906efbc
diff --git a/a/1.txt b/N2/1.txt index 6e16d3d..9c9ff9a 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -16,7 +16,8 @@ Signed-off-by: Akinobu Mita <mita@miraclelinux.com> 1 files changed, 54 insertions(+) Index: 2.6-git/include/asm-generic/bitops/hweight.h -=================================--- /dev/null +=================================================================== +--- /dev/null +++ 2.6-git/include/asm-generic/bitops/hweight.h @@ -0,0 +1,54 @@ +#ifndef _ASM_GENERIC_BITOPS_HWEIGHT_H_ @@ -57,9 +58,9 @@ Index: 2.6-git/include/asm-generic/bitops/hweight.h + +static inline unsigned long hweight64(__u64 w) +{ -+#if BITS_PER_LONG = 32 ++#if BITS_PER_LONG == 32 + return hweight32((unsigned int)(w >> 32)) + hweight32((unsigned int)w); -+#elif BITS_PER_LONG = 64 ++#elif BITS_PER_LONG == 64 + u64 res; + res = (w & 0x5555555555555555ul) + ((w >> 1) & 0x5555555555555555ul); + res = (res & 0x3333333333333333ul) + ((res >> 2) & 0x3333333333333333ul); diff --git a/a/content_digest b/N2/content_digest index 4a96523..04c3c3a 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,32 +1,32 @@ "ref\020060201090224.536581000@localhost.localdomain\0" "From\0Akinobu Mita <mita@miraclelinux.com>\0" "Subject\0[patch 14/44] generic hweight{64,32,16,8}()\0" - "Date\0Wed, 01 Feb 2006 09:02:38 +0000\0" + "Date\0Wed, 01 Feb 2006 18:02:38 +0900\0" "To\0linux-kernel@vger.kernel.org\0" - "Cc\0Richard Henderson <rth@twiddle.net>" - Ivan Kokshaysky <ink@jurassic.park.msu.ru> - Russell King <rmk@arm.linux.org.uk> + "Cc\0linux-mips@linux-mips.org" + linux-ia64@vger.kernel.org Ian Molton <spyro@f2s.com> - dev-etrax@axis.com David Howells <dhowells@redhat.com> - Yoshinori Sato <ysato@users.sourceforge.jp> + linuxppc-dev@ozlabs.org + Greg Ungerer <gerg@uclinux.org> + sparclinux@vger.kernel.org + Miles Bader <uclinux-v850@lsi.nec.co.jp> Linus Torvalds <torvalds@osdl.org> - linux-ia64@vger.kernel.org + Yoshinori Sato <ysato@users.sourceforge.jp> Hirokazu Takata <takata@linux-m32r.org> - linux-m68k@vger.kernel.org - Greg Ungerer <gerg@uclinux.org> - linux-mips@linux-mips.org - parisc-linux@parisc-linux.org - linuxppc-dev@ozlabs.org - linux390@de.ibm.com - linuxsh-dev@lists.sourceforge.net linuxsh-shmedia-dev@lists.sourceforge.net - sparclinux@vger.kernel.org + linux-m68k@lists.linux-m68k.org + Ivan Kokshaysky <ink@jurassic.park.msu.ru> + Richard Henderson <rth@twiddle.net> + Akinobu Mita <mita@miraclelinux.com> + Chris Zankel <chris@zankel.net> + dev-etrax@axis.com ultralinux@vger.kernel.org - Miles Bader <uclinux-v850@lsi.nec.co.jp> Andi Kleen <ak@suse.de> - Chris Zankel <chris@zankel.net> - " Akinobu Mita <mita@miraclelinux.com>\0" + linuxsh-dev@lists.sourceforge.net + linux390@de.ibm.com + Russell King <rmk@arm.linux.org.uk> + " parisc-linux@parisc-linux.org\0" "\00:1\0" "b\0" "\n" @@ -47,7 +47,8 @@ " 1 files changed, 54 insertions(+)\n" "\n" "Index: 2.6-git/include/asm-generic/bitops/hweight.h\n" - "=================================--- /dev/null\n" + "===================================================================\n" + "--- /dev/null\n" "+++ 2.6-git/include/asm-generic/bitops/hweight.h\n" "@@ -0,0 +1,54 @@\n" "+#ifndef _ASM_GENERIC_BITOPS_HWEIGHT_H_\n" @@ -88,9 +89,9 @@ "+\n" "+static inline unsigned long hweight64(__u64 w)\n" "+{\n" - "+#if BITS_PER_LONG = 32\n" + "+#if BITS_PER_LONG == 32\n" "+\treturn hweight32((unsigned int)(w >> 32)) + hweight32((unsigned int)w);\n" - "+#elif BITS_PER_LONG = 64\n" + "+#elif BITS_PER_LONG == 64\n" "+\tu64 res;\n" "+\tres = (w & 0x5555555555555555ul) + ((w >> 1) & 0x5555555555555555ul);\n" "+\tres = (res & 0x3333333333333333ul) + ((res >> 2) & 0x3333333333333333ul);\n" @@ -107,4 +108,4 @@ "\n" -- -375f89ed29a71372c59f00a341c0bb18fb621e919f7b89ba7d21a8ccab8101ed +a341688a0e138e135c572291f0ed24cb528cd461352e746a3c6db3a6ccad5688
diff --git a/a/content_digest b/N3/content_digest index 4a96523..88f2b19 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -13,7 +13,7 @@ Linus Torvalds <torvalds@osdl.org> linux-ia64@vger.kernel.org Hirokazu Takata <takata@linux-m32r.org> - linux-m68k@vger.kernel.org + linux-m68k@lists.linux-m68k.org Greg Ungerer <gerg@uclinux.org> linux-mips@linux-mips.org parisc-linux@parisc-linux.org @@ -107,4 +107,4 @@ "\n" -- -375f89ed29a71372c59f00a341c0bb18fb621e919f7b89ba7d21a8ccab8101ed +6ff632b10bb68e4e6732dc3a77f8566bb80c0c2a6c39d29e2f532e806a687b05
diff --git a/a/1.txt b/N4/1.txt index 6e16d3d..9c9ff9a 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -16,7 +16,8 @@ Signed-off-by: Akinobu Mita <mita@miraclelinux.com> 1 files changed, 54 insertions(+) Index: 2.6-git/include/asm-generic/bitops/hweight.h -=================================--- /dev/null +=================================================================== +--- /dev/null +++ 2.6-git/include/asm-generic/bitops/hweight.h @@ -0,0 +1,54 @@ +#ifndef _ASM_GENERIC_BITOPS_HWEIGHT_H_ @@ -57,9 +58,9 @@ Index: 2.6-git/include/asm-generic/bitops/hweight.h + +static inline unsigned long hweight64(__u64 w) +{ -+#if BITS_PER_LONG = 32 ++#if BITS_PER_LONG == 32 + return hweight32((unsigned int)(w >> 32)) + hweight32((unsigned int)w); -+#elif BITS_PER_LONG = 64 ++#elif BITS_PER_LONG == 64 + u64 res; + res = (w & 0x5555555555555555ul) + ((w >> 1) & 0x5555555555555555ul); + res = (res & 0x3333333333333333ul) + ((res >> 2) & 0x3333333333333333ul); diff --git a/a/content_digest b/N4/content_digest index 4a96523..8c9ad47 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -1,7 +1,7 @@ "ref\020060201090224.536581000@localhost.localdomain\0" "From\0Akinobu Mita <mita@miraclelinux.com>\0" "Subject\0[patch 14/44] generic hweight{64,32,16,8}()\0" - "Date\0Wed, 01 Feb 2006 09:02:38 +0000\0" + "Date\0Wed, 01 Feb 2006 18:02:38 +0900\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0Richard Henderson <rth@twiddle.net>" Ivan Kokshaysky <ink@jurassic.park.msu.ru> @@ -28,6 +28,7 @@ Chris Zankel <chris@zankel.net> " Akinobu Mita <mita@miraclelinux.com>\0" "\00:1\0" + "fn\0hweight-bitops.patch\0" "b\0" "\n" "This patch introduces the C-language equivalents of the functions below:\n" @@ -47,7 +48,8 @@ " 1 files changed, 54 insertions(+)\n" "\n" "Index: 2.6-git/include/asm-generic/bitops/hweight.h\n" - "=================================--- /dev/null\n" + "===================================================================\n" + "--- /dev/null\n" "+++ 2.6-git/include/asm-generic/bitops/hweight.h\n" "@@ -0,0 +1,54 @@\n" "+#ifndef _ASM_GENERIC_BITOPS_HWEIGHT_H_\n" @@ -88,9 +90,9 @@ "+\n" "+static inline unsigned long hweight64(__u64 w)\n" "+{\n" - "+#if BITS_PER_LONG = 32\n" + "+#if BITS_PER_LONG == 32\n" "+\treturn hweight32((unsigned int)(w >> 32)) + hweight32((unsigned int)w);\n" - "+#elif BITS_PER_LONG = 64\n" + "+#elif BITS_PER_LONG == 64\n" "+\tu64 res;\n" "+\tres = (w & 0x5555555555555555ul) + ((w >> 1) & 0x5555555555555555ul);\n" "+\tres = (res & 0x3333333333333333ul) + ((res >> 2) & 0x3333333333333333ul);\n" @@ -107,4 +109,4 @@ "\n" -- -375f89ed29a71372c59f00a341c0bb18fb621e919f7b89ba7d21a8ccab8101ed +ae222178fcd92c623d924b115d07a6fc592dcc8dbd3b4911dd2086748506eaba
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.