diff for duplicates of <1253682382-24740-6-git-send-email-tj@kernel.org> diff --git a/a/1.txt b/N1/1.txt index c1df6d3..dbf1217 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -130,7 +130,7 @@ index e6bc4b2..7fd81d8 100644 - for (i = 0; i < pcpu_num_used; ptr += block_size(pcpu_size[i]), i++) { - /* Extra for alignment requirement. */ - extra = ALIGN((unsigned long)ptr, align) - (unsigned long)ptr; -- BUG_ON(i = 0 && extra != 0); +- BUG_ON(i == 0 && extra != 0); - - if (pcpu_size[i] < 0 || pcpu_size[i] < extra + size) - continue; @@ -171,7 +171,7 @@ index e6bc4b2..7fd81d8 100644 - - /* First entry is core kernel percpu data. */ - for (i = 1; i < pcpu_num_used; ptr += block_size(pcpu_size[i]), i++) { -- if (ptr = freeme) { +- if (ptr == freeme) { - pcpu_size[i] = -pcpu_size[i]; - goto free; - } diff --git a/a/content_digest b/N1/content_digest index 3a837f4..5ff8b50 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01253682382-24740-1-git-send-email-tj@kernel.org\0" "From\0Tejun Heo <tj@kernel.org>\0" "Subject\0[PATCH 5/5] percpu: kill legacy percpu allocator\0" - "Date\0Wed, 23 Sep 2009 05:06:22 +0000\0" + "Date\0Wed, 23 Sep 2009 14:06:22 +0900\0" "To\0Nick Piggin <npiggin@suse.de>" Tony Luck <tony.luck@intel.com> Fenghua Yu <fenghua.yu@intel.com> @@ -148,7 +148,7 @@ "-\tfor (i = 0; i < pcpu_num_used; ptr += block_size(pcpu_size[i]), i++) {\n" "-\t\t/* Extra for alignment requirement. */\n" "-\t\textra = ALIGN((unsigned long)ptr, align) - (unsigned long)ptr;\n" - "-\t\tBUG_ON(i = 0 && extra != 0);\n" + "-\t\tBUG_ON(i == 0 && extra != 0);\n" "-\n" "-\t\tif (pcpu_size[i] < 0 || pcpu_size[i] < extra + size)\n" "-\t\t\tcontinue;\n" @@ -189,7 +189,7 @@ "-\n" "-\t/* First entry is core kernel percpu data. */\n" "-\tfor (i = 1; i < pcpu_num_used; ptr += block_size(pcpu_size[i]), i++) {\n" - "-\t\tif (ptr = freeme) {\n" + "-\t\tif (ptr == freeme) {\n" "-\t\t\tpcpu_size[i] = -pcpu_size[i];\n" "-\t\t\tgoto free;\n" "-\t\t}\n" @@ -457,4 +457,4 @@ "-- \n" 1.6.4.2 -c5d3ddc736db4660bb6a3bf35007a89276aa19a4c9dc5855edb90bbb64567590 +724aa5dde5642df7658c0e0973ec1289adb7a37ba6f1093144aa76e4c264b336
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.