All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20060126033050.GA11138@miraclelinux.com>

diff --git a/a/1.txt b/N1/1.txt
index 2baf5ba..c865d23 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -9,7 +9,8 @@ include/asm-sparc64/bitops.h
 
 
 Index: 2.6-git/include/asm-generic/bitops.h
-=================================--- 2.6-git.orig/include/asm-generic/bitops.h	2006-01-25 19:14:08.000000000 +0900
+===================================================================
+--- 2.6-git.orig/include/asm-generic/bitops.h	2006-01-25 19:14:08.000000000 +0900
 +++ 2.6-git/include/asm-generic/bitops.h	2006-01-25 19:14:09.000000000 +0900
 @@ -193,6 +193,43 @@
  
@@ -28,7 +29,7 @@ Index: 2.6-git/include/asm-generic/bitops.h
 +{
 +	int b = 0, s;
 +
-+#if BITS_PER_LONG = 32
++#if BITS_PER_LONG == 32
 +	s = 16; if (word << 16 != 0) s = 0; b += s; word >>= s;
 +	s =  8; if (word << 24 != 0) s = 0; b += s; word >>= s;
 +	s =  4; if (word << 28 != 0) s = 0; b += s; word >>= s;
@@ -36,7 +37,7 @@ Index: 2.6-git/include/asm-generic/bitops.h
 +	s =  1; if (word << 31 != 0) s = 0; b += s;
 +
 +	return b;
-+#elif BITS_PER_LONG = 64
++#elif BITS_PER_LONG == 64
 +	s = 32; if (word << 32 != 0) s = 0; b += s; word >>= s;
 +	s = 16; if (word << 48 != 0) s = 0; b += s; word >>= s;
 +	s =  8; if (word << 56 != 0) s = 0; b += s; word >>= s;
diff --git a/a/content_digest b/N1/content_digest
index b0bdf98..7f189a2 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,7 +5,7 @@
  "ref\020060126032713.GA9984@miraclelinux.com\0"
  "From\0mita@miraclelinux.com (Akinobu Mita)\0"
  "Subject\0[PATCH 2/12] generic __ffs()\0"
- "Date\0Thu, 26 Jan 2006 03:30:50 +0000\0"
+ "Date\0Thu, 26 Jan 2006 12:30:50 +0900\0"
  "To\0Grant Grundler <iod00d@hp.com>\0"
  "Cc\0Linux Kernel Development <linux-kernel@vger.kernel.org>"
  " linux-ia64@vger.kernel.org\0"
@@ -22,7 +22,8 @@
  "\n"
  "\n"
  "Index: 2.6-git/include/asm-generic/bitops.h\n"
- "=================================--- 2.6-git.orig/include/asm-generic/bitops.h\t2006-01-25 19:14:08.000000000 +0900\n"
+ "===================================================================\n"
+ "--- 2.6-git.orig/include/asm-generic/bitops.h\t2006-01-25 19:14:08.000000000 +0900\n"
  "+++ 2.6-git/include/asm-generic/bitops.h\t2006-01-25 19:14:09.000000000 +0900\n"
  "@@ -193,6 +193,43 @@\n"
  " \n"
@@ -41,7 +42,7 @@
  "+{\n"
  "+\tint b = 0, s;\n"
  "+\n"
- "+#if BITS_PER_LONG = 32\n"
+ "+#if BITS_PER_LONG == 32\n"
  "+\ts = 16; if (word << 16 != 0) s = 0; b += s; word >>= s;\n"
  "+\ts =  8; if (word << 24 != 0) s = 0; b += s; word >>= s;\n"
  "+\ts =  4; if (word << 28 != 0) s = 0; b += s; word >>= s;\n"
@@ -49,7 +50,7 @@
  "+\ts =  1; if (word << 31 != 0) s = 0; b += s;\n"
  "+\n"
  "+\treturn b;\n"
- "+#elif BITS_PER_LONG = 64\n"
+ "+#elif BITS_PER_LONG == 64\n"
  "+\ts = 32; if (word << 32 != 0) s = 0; b += s; word >>= s;\n"
  "+\ts = 16; if (word << 48 != 0) s = 0; b += s; word >>= s;\n"
  "+\ts =  8; if (word << 56 != 0) s = 0; b += s; word >>= s;\n"
@@ -69,4 +70,4 @@
  "  * fls: find last bit set.\n"
    */
 
-d02d596c80823a8dd8af0e441c08d8d556ed59c46e8f90bda54126fb955b2c46
+ebf0f1611b363f2875a7ddc98084adba03385e4c8ecfa0b3ad5d238723aa66d5

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.