All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <2f006fe45fbf14496b0e.1214426351@thinkpadL>

diff --git a/a/1.txt b/N1/1.txt
index 86c14ed..981063d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -121,7 +121,7 @@ new file mode 100644
 +    if (s)
 +	*p++ = '-';
 +
-+    if (p = buf)
++    if (p == buf)
 +	*p++ = '0';
 +    
 +    for (i = 0; i < (p - buf) / 2; ++i) {
@@ -147,7 +147,7 @@ new file mode 100644
 +	n /= base;
 +    }
 +    
-+    if (p = buf)
++    if (p == buf)
 +	*p++ = '0';
 +    
 +    for (i = 0; i < (p - buf) / 2; ++i) {
@@ -448,7 +448,7 @@ new file mode 100644
 +void on_cpu(int cpu, void (*function)(void *data), void *data)
 +{
 +    spin_lock(&ipi_lock);
-+    if (cpu = apic_get_id())
++    if (cpu == apic_get_id())
 +	function(data);
 +    else {
 +	ipi_function = function;
diff --git a/a/content_digest b/N1/content_digest
index 75daf19..e40acac 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\0patchbomb.1214426350@thinkpadL\0"
  "From\0Jerone Young <jyoung5@us.ibm.com>\0"
- "Subject\0[PATCH 1 of 4] Consilidate libcflat for x86 to single lib for all\0"
- "Date\0Wed, 25 Jun 2008 20:39:11 +0000\0"
+ "Subject\0[PATCH 1 of 4] Consilidate libcflat for x86 to single lib for all archs\0"
+ "Date\0Wed, 25 Jun 2008 15:39:11 -0500\0"
  "To\0kvm@vger.kernel.org\0"
  "Cc\0kvm-ppc@vger.kernel.org\0"
  "\00:1\0"
@@ -129,7 +129,7 @@
  "+    if (s)\n"
  "+\t*p++ = '-';\n"
  "+\n"
- "+    if (p = buf)\n"
+ "+    if (p == buf)\n"
  "+\t*p++ = '0';\n"
  "+    \n"
  "+    for (i = 0; i < (p - buf) / 2; ++i) {\n"
@@ -155,7 +155,7 @@
  "+\tn /= base;\n"
  "+    }\n"
  "+    \n"
- "+    if (p = buf)\n"
+ "+    if (p == buf)\n"
  "+\t*p++ = '0';\n"
  "+    \n"
  "+    for (i = 0; i < (p - buf) / 2; ++i) {\n"
@@ -456,7 +456,7 @@
  "+void on_cpu(int cpu, void (*function)(void *data), void *data)\n"
  "+{\n"
  "+    spin_lock(&ipi_lock);\n"
- "+    if (cpu = apic_get_id())\n"
+ "+    if (cpu == apic_get_id())\n"
  "+\tfunction(data);\n"
  "+    else {\n"
  "+\tipi_function = function;\n"
@@ -515,4 +515,4 @@
  "+\n"
  +#endif
 
-9d1cd4b0aa48a62aad0827d9fefc4676921a30e8af2267dbbcbb69e2ea535ed4
+032a133274cbf4bbe5bea5e2b8fed5ce6af1d5279db6ebf7bb336a3ad5d43225

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.