diff for duplicates of <20080729190026.GA32433@orion> diff --git a/a/1.txt b/N1/1.txt index 5e58db4..d7ce78f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -64,7 +64,7 @@ index cd26bed..0f377d9 100644 - local_irq_save(flags); - do { - for (j = 0; j < PROFILE_GRPSZ; ++j) { -- if (hits[i + j].pc = pc) { +- if (hits[i + j].pc == pc) { - hits[i + j].hits += nr_hits; - goto out; - } else if (!hits[i + j].hits) { @@ -126,7 +126,7 @@ index cd26bed..0f377d9 100644 + local_irq_save(flags); + do { + for (j = 0; j < PROFILE_GRPSZ; ++j) { -+ if (hits[i + j].pc = pc) { ++ if (hits[i + j].pc == pc) { + hits[i + j].hits += nr_hits; + goto out; + } else if (!hits[i + j].hits) { diff --git a/a/content_digest b/N1/content_digest index 3f090ca..a1a6076 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Alexander Beregalov <a.beregalov@gmail.com>\0" "Subject\0[RFC][PATCH] kernel/profile.c: fix warnings\0" - "Date\0Tue, 29 Jul 2008 19:00:26 +0000\0" + "Date\0Tue, 29 Jul 2008 23:00:26 +0400\0" "To\0mingo@redhat.com" kernel-janitors@vger.kernel.org " linux-kernel@vger.kernel.org\0" @@ -72,7 +72,7 @@ "-\tlocal_irq_save(flags);\n" "-\tdo {\n" "-\t\tfor (j = 0; j < PROFILE_GRPSZ; ++j) {\n" - "-\t\t\tif (hits[i + j].pc = pc) {\n" + "-\t\t\tif (hits[i + j].pc == pc) {\n" "-\t\t\t\thits[i + j].hits += nr_hits;\n" "-\t\t\t\tgoto out;\n" "-\t\t\t} else if (!hits[i + j].hits) {\n" @@ -134,7 +134,7 @@ "+\tlocal_irq_save(flags);\n" "+\tdo {\n" "+\t\tfor (j = 0; j < PROFILE_GRPSZ; ++j) {\n" - "+\t\t\tif (hits[i + j].pc = pc) {\n" + "+\t\t\tif (hits[i + j].pc == pc) {\n" "+\t\t\t\thits[i + j].hits += nr_hits;\n" "+\t\t\t\tgoto out;\n" "+\t\t\t} else if (!hits[i + j].hits) {\n" @@ -165,4 +165,4 @@ " {\n" " \tunsigned long pc;" -eea05b2141a124c25834ac5ce4ee0ba71e3304af6c04445f2f33af28521febb0 +9a0e50ef5bb4388bbd5c527dbfee0a017e18f3a084ee5325ebd5d7eb03632ad7
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.