diff for duplicates of <4F3B8EAE.4050809@linux.vnet.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 849ce2f..cd31817 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -44,7 +44,7 @@ index 5207035..2ad7328 100644 - * cpu_present_map on the other hand can change dynamically. + * cpu_present_mask on the other hand can change dynamically. * In case when cpu_hotplug is not compiled, then we resort to current - * behaviour, which is cpu_possible = cpu_present. + * behaviour, which is cpu_possible == cpu_present. * - Ashok Raj @@ -922,7 +922,7 @@ static int __cpuinit _acpi_map_lsapic(acpi_handle handle, int *pcpu) @@ -85,9 +85,9 @@ index 782c3a35..51da772 100644 + cpumask_and(&mask, &domain, cpu_online_mask); if (cpus_empty(mask)) return -EINVAL; - if ((cfg->vector = vector) && cpus_equal(cfg->domain, domain)) + if ((cfg->vector == vector) && cpus_equal(cfg->domain, domain)) @@ -179,7 +179,7 @@ static void __clear_irq_vector(int irq) - BUG_ON(cfg->vector = IRQ_VECTOR_UNASSIGNED); + BUG_ON(cfg->vector == IRQ_VECTOR_UNASSIGNED); vector = cfg->vector; domain = cfg->domain; - cpus_and(mask, cfg->domain, cpu_online_map); diff --git a/a/content_digest b/N1/content_digest index 027002c..422f72c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>\0" "Subject\0[PATCH v2] arch/ia64: remove references to cpu_*_map.\0" - "Date\0Wed, 15 Feb 2012 10:53:57 +0000\0" + "Date\0Wed, 15 Feb 2012 16:23:34 +0530\0" "To\0rusty@rustcorp.com.au <rusty@rustcorp.com.au>\0" "Cc\0Tony Luck <tony.luck@intel.com>" Fenghua Yu <fenghua.yu@intel.com> @@ -61,7 +61,7 @@ "- * cpu_present_map on the other hand can change dynamically.\n" "+ * cpu_present_mask on the other hand can change dynamically.\n" " * In case when cpu_hotplug is not compiled, then we resort to current\n" - " * behaviour, which is cpu_possible = cpu_present.\n" + " * behaviour, which is cpu_possible == cpu_present.\n" " * - Ashok Raj\n" "@@ -922,7 +922,7 @@ static int __cpuinit _acpi_map_lsapic(acpi_handle handle, int *pcpu)\n" " \n" @@ -102,9 +102,9 @@ "+\tcpumask_and(&mask, &domain, cpu_online_mask);\n" " \tif (cpus_empty(mask))\n" " \t\treturn -EINVAL;\n" - " \tif ((cfg->vector = vector) && cpus_equal(cfg->domain, domain))\n" + " \tif ((cfg->vector == vector) && cpus_equal(cfg->domain, domain))\n" "@@ -179,7 +179,7 @@ static void __clear_irq_vector(int irq)\n" - " \tBUG_ON(cfg->vector = IRQ_VECTOR_UNASSIGNED);\n" + " \tBUG_ON(cfg->vector == IRQ_VECTOR_UNASSIGNED);\n" " \tvector = cfg->vector;\n" " \tdomain = cfg->domain;\n" "-\tcpus_and(mask, cfg->domain, cpu_online_map);\n" @@ -282,4 +282,4 @@ " \tlen += sprintf(buf+len, \"\\n\");\n" " \treturn len;" -edbc14dfa098dc1c0a29d8d61b0861648f3b7f0e0c24077cdb4dcb1d91214ba2 +0738ee3b12e493f9909940f352c5c3bb80219009d75c43323259d18d43e4dc35
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.