diff for duplicates of <649cfc996deca064ef1f.1214426353@thinkpadL> diff --git a/a/1.txt b/N1/1.txt index b226f5f..001c950 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -95,7 +95,7 @@ deleted file mode 100644 - if (s) - *p++ = '-'; - -- if (p = buf) +- if (p == buf) - *p++ = '0'; - - for (i = 0; i < (p - buf) / 2; ++i) { @@ -121,7 +121,7 @@ deleted file mode 100644 - n /= base; - } - -- if (p = buf) +- if (p == buf) - *p++ = '0'; - - for (i = 0; i < (p - buf) / 2; ++i) { @@ -366,7 +366,7 @@ deleted 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 52d3914..c9b67f7 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 3 of 4] Remove old x86 test libs,\0" - "Date\0Wed, 25 Jun 2008 20:39:13 +0000\0" + "Subject\0[PATCH 3 of 4] Remove old x86 test libs, that are now appart of libcflat\0" + "Date\0Wed, 25 Jun 2008 15:39:13 -0500\0" "To\0kvm@vger.kernel.org\0" "Cc\0kvm-ppc@vger.kernel.org\0" "\00:1\0" @@ -103,7 +103,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" @@ -129,7 +129,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" @@ -374,7 +374,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" @@ -471,4 +471,4 @@ "-\n" -#endif -94f994ffa417c84ac4a042122950f0d955ae27028e9f75eb60cf35748419f52e +6fb1deff8109fda300fc0f81ffb888e632c594380d0cfb11fffd285eb099c24c
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.