diff for duplicates of <20060125113549.GG18584@miraclelinux.com> diff --git a/a/1.txt b/N1/1.txt index 22c0af8..48a3598 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -8,7 +8,8 @@ Signed-off-by: Akinobu Mita <mita@miraclelinux.com> 1 files changed, 1 insertion(+), 123 deletions(-) Index: 2.6-git/include/linux/bitops.h -=================================--- 2.6-git.orig/include/linux/bitops.h 2006-01-25 19:07:12.000000000 +0900 +=================================================================== +--- 2.6-git.orig/include/linux/bitops.h 2006-01-25 19:07:12.000000000 +0900 +++ 2.6-git/include/linux/bitops.h 2006-01-25 19:14:27.000000000 +0900 @@ -3,88 +3,11 @@ #include <asm/types.h> @@ -150,8 +151,8 @@ Index: 2.6-git/include/linux/bitops.h - static inline unsigned long hweight_long(unsigned long w) { -- return sizeof(w) = 4 ? generic_hweight32(w) : generic_hweight64(w); -+ return sizeof(w) = 4 ? hweight32(w) : hweight64(w); +- return sizeof(w) == 4 ? generic_hweight32(w) : generic_hweight64(w); ++ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); } /* diff --git a/a/content_digest b/N1/content_digest index 1429612..044f82a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020060125112625.GA18584@miraclelinux.com\0" "From\0mita@miraclelinux.com (Akinobu Mita)\0" "Subject\0[PATCH 6/6] remove unused generic bitops in include/linux/bitops.h\0" - "Date\0Wed, 25 Jan 2006 11:35:49 +0000\0" + "Date\0Wed, 25 Jan 2006 20:35:49 +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 @@ -38,7 +38,8 @@ " 1 files changed, 1 insertion(+), 123 deletions(-)\n" "\n" "Index: 2.6-git/include/linux/bitops.h\n" - "=================================--- 2.6-git.orig/include/linux/bitops.h\t2006-01-25 19:07:12.000000000 +0900\n" + "===================================================================\n" + "--- 2.6-git.orig/include/linux/bitops.h\t2006-01-25 19:07:12.000000000 +0900\n" "+++ 2.6-git/include/linux/bitops.h\t2006-01-25 19:14:27.000000000 +0900\n" "@@ -3,88 +3,11 @@\n" " #include <asm/types.h>\n" @@ -180,10 +181,10 @@ "-\n" " static inline unsigned long hweight_long(unsigned long w)\n" " {\n" - "-\treturn sizeof(w) = 4 ? generic_hweight32(w) : generic_hweight64(w);\n" - "+\treturn sizeof(w) = 4 ? hweight32(w) : hweight64(w);\n" + "-\treturn sizeof(w) == 4 ? generic_hweight32(w) : generic_hweight64(w);\n" + "+\treturn sizeof(w) == 4 ? hweight32(w) : hweight64(w);\n" " }\n" " \n" /* -35cabcd6f37c9f7544f36c13d30cb7b5f3bed3cbf143c297b6465079f59dcda3 +76bff5cb881a32b3a6a85da7d8e44c70b08ac9d199ac35d31b7e123aa7ce3d66
diff --git a/a/1.txt b/N2/1.txt index 22c0af8..48a3598 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -8,7 +8,8 @@ Signed-off-by: Akinobu Mita <mita@miraclelinux.com> 1 files changed, 1 insertion(+), 123 deletions(-) Index: 2.6-git/include/linux/bitops.h -=================================--- 2.6-git.orig/include/linux/bitops.h 2006-01-25 19:07:12.000000000 +0900 +=================================================================== +--- 2.6-git.orig/include/linux/bitops.h 2006-01-25 19:07:12.000000000 +0900 +++ 2.6-git/include/linux/bitops.h 2006-01-25 19:14:27.000000000 +0900 @@ -3,88 +3,11 @@ #include <asm/types.h> @@ -150,8 +151,8 @@ Index: 2.6-git/include/linux/bitops.h - static inline unsigned long hweight_long(unsigned long w) { -- return sizeof(w) = 4 ? generic_hweight32(w) : generic_hweight64(w); -+ return sizeof(w) = 4 ? hweight32(w) : hweight64(w); +- return sizeof(w) == 4 ? generic_hweight32(w) : generic_hweight64(w); ++ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); } /* diff --git a/a/content_digest b/N2/content_digest index 1429612..bee2b9e 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,31 +1,31 @@ "ref\020060125112625.GA18584@miraclelinux.com\0" "From\0mita@miraclelinux.com (Akinobu Mita)\0" "Subject\0[PATCH 6/6] remove unused generic bitops in include/linux/bitops.h\0" - "Date\0Wed, 25 Jan 2006 11:35:49 +0000\0" + "Date\0Wed, 25 Jan 2006 20:35:49 +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> + 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>\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" "generic_{ffs,fls,fls64,hweight{64,32,16,8}}() were moved into\n" @@ -38,7 +38,8 @@ " 1 files changed, 1 insertion(+), 123 deletions(-)\n" "\n" "Index: 2.6-git/include/linux/bitops.h\n" - "=================================--- 2.6-git.orig/include/linux/bitops.h\t2006-01-25 19:07:12.000000000 +0900\n" + "===================================================================\n" + "--- 2.6-git.orig/include/linux/bitops.h\t2006-01-25 19:07:12.000000000 +0900\n" "+++ 2.6-git/include/linux/bitops.h\t2006-01-25 19:14:27.000000000 +0900\n" "@@ -3,88 +3,11 @@\n" " #include <asm/types.h>\n" @@ -180,10 +181,10 @@ "-\n" " static inline unsigned long hweight_long(unsigned long w)\n" " {\n" - "-\treturn sizeof(w) = 4 ? generic_hweight32(w) : generic_hweight64(w);\n" - "+\treturn sizeof(w) = 4 ? hweight32(w) : hweight64(w);\n" + "-\treturn sizeof(w) == 4 ? generic_hweight32(w) : generic_hweight64(w);\n" + "+\treturn sizeof(w) == 4 ? hweight32(w) : hweight64(w);\n" " }\n" " \n" /* -35cabcd6f37c9f7544f36c13d30cb7b5f3bed3cbf143c297b6465079f59dcda3 +77899c46dcb3c02f566a6ae9e5a41c7a417b517699b2eaae665adf8b33f6efe8
diff --git a/a/content_digest b/N3/content_digest index 1429612..544cbc7 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 @@ -186,4 +186,4 @@ " \n" /* -35cabcd6f37c9f7544f36c13d30cb7b5f3bed3cbf143c297b6465079f59dcda3 +cc5474b9e137d23a959eea7201ed0fa3b0ef842f71435331ebc0e50ad503a178
diff --git a/a/1.txt b/N4/1.txt index 22c0af8..48a3598 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -8,7 +8,8 @@ Signed-off-by: Akinobu Mita <mita@miraclelinux.com> 1 files changed, 1 insertion(+), 123 deletions(-) Index: 2.6-git/include/linux/bitops.h -=================================--- 2.6-git.orig/include/linux/bitops.h 2006-01-25 19:07:12.000000000 +0900 +=================================================================== +--- 2.6-git.orig/include/linux/bitops.h 2006-01-25 19:07:12.000000000 +0900 +++ 2.6-git/include/linux/bitops.h 2006-01-25 19:14:27.000000000 +0900 @@ -3,88 +3,11 @@ #include <asm/types.h> @@ -150,8 +151,8 @@ Index: 2.6-git/include/linux/bitops.h - static inline unsigned long hweight_long(unsigned long w) { -- return sizeof(w) = 4 ? generic_hweight32(w) : generic_hweight64(w); -+ return sizeof(w) = 4 ? hweight32(w) : hweight64(w); +- return sizeof(w) == 4 ? generic_hweight32(w) : generic_hweight64(w); ++ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); } /* diff --git a/a/content_digest b/N4/content_digest index 1429612..edc7dbc 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -1,7 +1,7 @@ "ref\020060125112625.GA18584@miraclelinux.com\0" "From\0mita@miraclelinux.com (Akinobu Mita)\0" "Subject\0[PATCH 6/6] remove unused generic bitops in include/linux/bitops.h\0" - "Date\0Wed, 25 Jan 2006 11:35:49 +0000\0" + "Date\0Wed, 25 Jan 2006 20:35:49 +0900\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0Richard Henderson <rth@twiddle.net>" Ivan Kokshaysky <ink@jurassic.park.msu.ru> @@ -38,7 +38,8 @@ " 1 files changed, 1 insertion(+), 123 deletions(-)\n" "\n" "Index: 2.6-git/include/linux/bitops.h\n" - "=================================--- 2.6-git.orig/include/linux/bitops.h\t2006-01-25 19:07:12.000000000 +0900\n" + "===================================================================\n" + "--- 2.6-git.orig/include/linux/bitops.h\t2006-01-25 19:07:12.000000000 +0900\n" "+++ 2.6-git/include/linux/bitops.h\t2006-01-25 19:14:27.000000000 +0900\n" "@@ -3,88 +3,11 @@\n" " #include <asm/types.h>\n" @@ -180,10 +181,10 @@ "-\n" " static inline unsigned long hweight_long(unsigned long w)\n" " {\n" - "-\treturn sizeof(w) = 4 ? generic_hweight32(w) : generic_hweight64(w);\n" - "+\treturn sizeof(w) = 4 ? hweight32(w) : hweight64(w);\n" + "-\treturn sizeof(w) == 4 ? generic_hweight32(w) : generic_hweight64(w);\n" + "+\treturn sizeof(w) == 4 ? hweight32(w) : hweight64(w);\n" " }\n" " \n" /* -35cabcd6f37c9f7544f36c13d30cb7b5f3bed3cbf143c297b6465079f59dcda3 +79c48980da2e0fc1eb3b92745c2aa1f80aaa1c635c3d602ea8ebfa26750900a5
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.