diff for duplicates of <4492768C.1010703@bull.net> diff --git a/a/1.txt b/N1/1.txt index a8ef9bd..74d2085 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,7 +11,7 @@ zone_statistics(struct zonelist *zonelist, struct zone *z) // local_irq_save(flags); // No IRQ lock out cpu = smp_processor_id(); // Can become another CPU p = &z->pageset[cpu]; // Can count for someone else - if (pg = orig) { + if (pg == orig) { stat_incr(&z->pageset[cpu].numa_hit); // Unsafe } else { ... diff --git a/a/content_digest b/N1/content_digest index 558ca73..d4b0578 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -7,7 +7,7 @@ "ref\0Pine.LNX.4.64.0606151110100.9618@schroedinger.engr.sgi.com\0" "From\0Zoltan Menyhart <Zoltan.Menyhart@bull.net>\0" "Subject\0Re: light weight counters: race free through local_t?\0" - "Date\0Fri, 16 Jun 2006 09:14:52 +0000\0" + "Date\0Fri, 16 Jun 2006 11:14:52 +0200\0" "To\0Christoph Lameter <clameter@sgi.com>\0" "Cc\0akpm@osdl.org" ak@suse.de @@ -28,7 +28,7 @@ "//\tlocal_irq_save(flags);\t\t// No IRQ lock out\n" "\tcpu = smp_processor_id();\t// Can become another CPU\n" "\tp = &z->pageset[cpu];\t\t// Can count for someone else\n" - "\tif (pg = orig) {\n" + "\tif (pg == orig) {\n" "\t\tstat_incr(&z->pageset[cpu].numa_hit);\t// Unsafe\n" "\t} else {\n" "...\n" @@ -55,4 +55,4 @@ "\n" Zoltan -da4cea836d38f26f3e9ce058603eb4755d612445193fa0170000620b59c15e7d +aa7e9d5dd955ea420cec2e50f28bed5e80708f7547727e91f9816378a0e8c055
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.