diff for duplicates of <20060201090322.698909000@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index 0d07576..66545af 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,8 +11,7 @@ Signed-off-by: Akinobu Mita <mita@miraclelinux.com> 1 files changed, 43 insertions(+) Index: 2.6-git/include/asm-generic/bitops/__ffs.h -=================================================================== ---- /dev/null +=================================--- /dev/null +++ 2.6-git/include/asm-generic/bitops/__ffs.h @@ -0,0 +1,43 @@ +#ifndef _ASM_GENERIC_BITOPS___FFS_H_ @@ -30,29 +29,29 @@ Index: 2.6-git/include/asm-generic/bitops/__ffs.h +{ + int num = 0; + -+#if BITS_PER_LONG == 64 -+ if ((word & 0xffffffff) == 0) { ++#if BITS_PER_LONG = 64 ++ if ((word & 0xffffffff) = 0) { + num += 32; + word >>= 32; + } +#endif -+ if ((word & 0xffff) == 0) { ++ if ((word & 0xffff) = 0) { + num += 16; + word >>= 16; + } -+ if ((word & 0xff) == 0) { ++ if ((word & 0xff) = 0) { + num += 8; + word >>= 8; + } -+ if ((word & 0xf) == 0) { ++ if ((word & 0xf) = 0) { + num += 4; + word >>= 4; + } -+ if ((word & 0x3) == 0) { ++ if ((word & 0x3) = 0) { + num += 2; + word >>= 2; + } -+ if ((word & 0x1) == 0) ++ if ((word & 0x1) = 0) + num += 1; + return num; +} diff --git a/a/content_digest b/N1/content_digest index 2950100..d118135 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 07/44] generic __ffs()\0" - "Date\0Wed, 01 Feb 2006 18:02:31 +0900\0" + "Date\0Wed, 01 Feb 2006 09:02:31 +0000\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0Russell King <rmk@arm.linux.org.uk>" Ian Molton <spyro@f2s.com> @@ -16,7 +16,6 @@ Miles Bader <uclinux-v850@lsi.nec.co.jp> " Akinobu Mita <mita@miraclelinux.com>\0" "\00:1\0" - "fn\0__ffs-bitops.patch\0" "b\0" "This patch introduces the C-language equivalent of the function:\n" "unsigned long __ffs(unsigned long word);\n" @@ -31,8 +30,7 @@ " 1 files changed, 43 insertions(+)\n" "\n" "Index: 2.6-git/include/asm-generic/bitops/__ffs.h\n" - "===================================================================\n" - "--- /dev/null\n" + "=================================--- /dev/null\n" "+++ 2.6-git/include/asm-generic/bitops/__ffs.h\n" "@@ -0,0 +1,43 @@\n" "+#ifndef _ASM_GENERIC_BITOPS___FFS_H_\n" @@ -50,29 +48,29 @@ "+{\n" "+\tint num = 0;\n" "+\n" - "+#if BITS_PER_LONG == 64\n" - "+\tif ((word & 0xffffffff) == 0) {\n" + "+#if BITS_PER_LONG = 64\n" + "+\tif ((word & 0xffffffff) = 0) {\n" "+\t\tnum += 32;\n" "+\t\tword >>= 32;\n" "+\t}\n" "+#endif\n" - "+\tif ((word & 0xffff) == 0) {\n" + "+\tif ((word & 0xffff) = 0) {\n" "+\t\tnum += 16;\n" "+\t\tword >>= 16;\n" "+\t}\n" - "+\tif ((word & 0xff) == 0) {\n" + "+\tif ((word & 0xff) = 0) {\n" "+\t\tnum += 8;\n" "+\t\tword >>= 8;\n" "+\t}\n" - "+\tif ((word & 0xf) == 0) {\n" + "+\tif ((word & 0xf) = 0) {\n" "+\t\tnum += 4;\n" "+\t\tword >>= 4;\n" "+\t}\n" - "+\tif ((word & 0x3) == 0) {\n" + "+\tif ((word & 0x3) = 0) {\n" "+\t\tnum += 2;\n" "+\t\tword >>= 2;\n" "+\t}\n" - "+\tif ((word & 0x1) == 0)\n" + "+\tif ((word & 0x1) = 0)\n" "+\t\tnum += 1;\n" "+\treturn num;\n" "+}\n" @@ -81,4 +79,4 @@ "\n" -- -65ee5d9bf6361b91c6ef61f72fb54725ae8f766e827b98745d26cc4bb3f7569c +a3fd6616475fe1aaa4a7d6331cabbdab01073cd1806c42b070bfde6c6c3128fb
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.