diff for duplicates of <20040504074802.F1909@unix-os.sc.intel.com> diff --git a/a/1.txt b/N1/1.txt index 25bb7a9..631da17 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -66,7 +66,7 @@ diff -puN arch/ia64/kernel/smpboot.c~cpu_present arch/ia64/kernel/smpboot.c + cpu_set(0, cpu_possible_map); for (cpu = 1, i = 0; i < smp_boot_data.cpu_count; i++) { sapicid = smp_boot_data.cpu_phys_id[i]; - if (sapicid = boot_cpu_id) + if (sapicid == boot_cpu_id) continue; - cpu_set(cpu, phys_cpu_present_map); + cpu_set(cpu, cpu_present_map); diff --git a/a/content_digest b/N1/content_digest index d5ad85e..4fc9cfb 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,6 @@ - "ref\020040429092107.A29687@unix-os.sc.intel.com\0" "From\0Ashok Raj <ashok.raj@intel.com>\0" "Subject\0take3: Updated CPU Hotplug patches for IA64 (pj blessed) Patch [6/7]\0" - "Date\0Tue, 04 May 2004 14:48:02 +0000\0" + "Date\0Tue, 4 May 2004 07:48:02 -0700\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0akpm@osdl.org" davidm@hpl.hp.com @@ -78,7 +77,7 @@ "+\tcpu_set(0, cpu_possible_map);\n" " \tfor (cpu = 1, i = 0; i < smp_boot_data.cpu_count; i++) {\n" " \t\tsapicid = smp_boot_data.cpu_phys_id[i];\n" - " \t\tif (sapicid = boot_cpu_id)\n" + " \t\tif (sapicid == boot_cpu_id)\n" " \t\t\tcontinue;\n" "-\t\tcpu_set(cpu, phys_cpu_present_map);\n" "+\t\tcpu_set(cpu, cpu_present_map);\n" @@ -231,4 +230,4 @@ "\n" _ -19e506875c13964d4447bfbd8f53bccf70aee4e448954c7734ba7687b7fac7c8 +fd4bc113effb166ec6dc54de8bfc4f7c47f4306ae02ab7eb5b2f16d3931e5840
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.