diff for duplicates of <20210319191059.2a776cb8@sf> diff --git a/a/1.txt b/N1/1.txt index 5962212..8b330a8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -42,7 +42,7 @@ John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> wrote: > > --- a/arch/ia64/kernel/acpi.c > > +++ b/arch/ia64/kernel/acpi.c > > @@ -446,7 +446,8 @@ void __init acpi_numa_fixup(void) -> > if (srat_num_cpus = 0) { +> > if (srat_num_cpus == 0) { > > node_set_online(0); > > node_cpuid[0].phys_id = hard_smp_processor_id(); > > - return; @@ -53,7 +53,7 @@ John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> wrote: > > /* > > @@ -489,7 +490,7 @@ void __init acpi_numa_fixup(void) > > for (j = 0; j < MAX_NUMNODES; j++) -> > slit_distance(i, j) = i = j ? +> > slit_distance(i, j) = i == j ? > > LOCAL_DISTANCE : REMOTE_DISTANCE; > > - return; > > + goto out; diff --git a/a/content_digest b/N1/content_digest index 5e94e17..4344569 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -59,7 +59,7 @@ "> > --- a/arch/ia64/kernel/acpi.c\n" "> > +++ b/arch/ia64/kernel/acpi.c\n" "> > @@ -446,7 +446,8 @@ void __init acpi_numa_fixup(void)\n" - "> > \tif (srat_num_cpus = 0) {\n" + "> > \tif (srat_num_cpus == 0) {\n" "> > \t\tnode_set_online(0);\n" "> > \t\tnode_cpuid[0].phys_id = hard_smp_processor_id();\n" "> > -\t\treturn;\n" @@ -70,7 +70,7 @@ "> > \t/*\n" "> > @@ -489,7 +490,7 @@ void __init acpi_numa_fixup(void)\n" "> > \t\t\tfor (j = 0; j < MAX_NUMNODES; j++)\n" - "> > \t\t\t\tslit_distance(i, j) = i = j ?\n" + "> > \t\t\t\tslit_distance(i, j) = i == j ?\n" "> > \t\t\t\t\tLOCAL_DISTANCE : REMOTE_DISTANCE;\n" "> > -\t\treturn;\n" "> > +\t\tgoto out;\n" @@ -104,4 +104,4 @@ "\n" Sergei -be8250e943f8afdeef51d328e3fb391484568a091de2d25262449bbac50c332d +5a02972e049fe6dd981476a0ca9c6f9e1e1c469a3612266e23e1c26c5ddb71b3
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.