diff for duplicates of <20060201090324.373982000@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index 20aff6f..e7a31f0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,7 +18,8 @@ Signed-off-by: Akinobu Mita <mita@miraclelinux.com> 1 files changed, 99 insertions(+) Index: 2.6-git/include/asm-generic/bitops/find.h -=================================--- /dev/null +=================================================================== +--- /dev/null +++ 2.6-git/include/asm-generic/bitops/find.h @@ -0,0 +1,99 @@ +#ifndef _ASM_GENERIC_BITOPS_FIND_H_ @@ -67,7 +68,7 @@ Index: 2.6-git/include/asm-generic/bitops/find.h + +found_first: + tmp &= (~0UL >> (BITS_PER_LONG - size)); -+ if (tmp = 0UL) /* Are any bits set? */ ++ if (tmp == 0UL) /* Are any bits set? */ + return result + size; /* Nope. */ +found_middle: + return result + __ffs(tmp); @@ -110,7 +111,7 @@ Index: 2.6-git/include/asm-generic/bitops/find.h + +found_first: + tmp |= ~0UL << size; -+ if (tmp = ~0UL) /* Are any bits zero? */ ++ if (tmp == ~0UL) /* Are any bits zero? */ + return result + size; /* Nope. */ +found_middle: + return result + ffz(tmp); diff --git a/a/content_digest b/N1/content_digest index 273eb46..6e3f9ac 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 11/44] generic find_{next,first}{,_zero}_bit()\0" - "Date\0Wed, 01 Feb 2006 09:02:35 +0000\0" + "Date\0Wed, 01 Feb 2006 18:02:35 +0900\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0Richard Henderson <rth@twiddle.net>" Ivan Kokshaysky <ink@jurassic.park.msu.ru> @@ -21,6 +21,7 @@ Chris Zankel <chris@zankel.net> " Akinobu Mita <mita@miraclelinux.com>\0" "\00:1\0" + "fn\0find-bitops.patch\0" "b\0" "This patch introduces the C-language equivalents of the functions below:\n" "\n" @@ -42,7 +43,8 @@ " 1 files changed, 99 insertions(+)\n" "\n" "Index: 2.6-git/include/asm-generic/bitops/find.h\n" - "=================================--- /dev/null\n" + "===================================================================\n" + "--- /dev/null\n" "+++ 2.6-git/include/asm-generic/bitops/find.h\n" "@@ -0,0 +1,99 @@\n" "+#ifndef _ASM_GENERIC_BITOPS_FIND_H_\n" @@ -91,7 +93,7 @@ "+\n" "+found_first:\n" "+\ttmp &= (~0UL >> (BITS_PER_LONG - size));\n" - "+\tif (tmp = 0UL)\t\t/* Are any bits set? */\n" + "+\tif (tmp == 0UL)\t\t/* Are any bits set? */\n" "+\t\treturn result + size;\t/* Nope. */\n" "+found_middle:\n" "+\treturn result + __ffs(tmp);\n" @@ -134,7 +136,7 @@ "+\n" "+found_first:\n" "+\ttmp |= ~0UL << size;\n" - "+\tif (tmp = ~0UL)\t/* Are any bits zero? */\n" + "+\tif (tmp == ~0UL)\t/* Are any bits zero? */\n" "+\t\treturn result + size;\t/* Nope. */\n" "+found_middle:\n" "+\treturn result + ffz(tmp);\n" @@ -147,4 +149,4 @@ "\n" -- -88f849b5b535024c56246731fccd1ef85954fd4aeedf695ac5ba06d40769f4ef +9ed25981a5c1f2716084a6ed9c91090e5b4ec0bcf6d0a4558569744e98273552
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.