diff for duplicates of <87wnu5pkib.mognet@arm.com> diff --git a/a/1.txt b/N1/1.txt index 310472f..3a104d4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -24,7 +24,7 @@ index a5636524af76..e2af6b172200 100644 --- 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; @@ -35,7 +35,7 @@ index a5636524af76..e2af6b172200 100644 /* @@ -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 f3ac203..29de5e3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -6,9 +6,9 @@ "Subject\0Re: [PATCH 0/1] sched/topology: NUMA distance deduplication\0" "Date\0Wed, 17 Mar 2021 20:56:12 +0000\0" "To\0John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>\0" - "Cc\0Peter Zijlstra (Intel) <peterz@infradead.org>" + "Cc\0Peter Zijlstra \\(Intel\\) <peterz@infradead.org>" Linux Kernel Mailing List <linux-kernel@vger.kernel.org> - linux-ia64@vger.kernel.org <linux-ia64@vger.kernel.org> + " linux-ia64\\@vger.kernel.org <linux-ia64@vger.kernel.org>" Sergei Trofimovich <slyfox@gentoo.org> " debian-ia64 <debian-ia64@lists.debian.org>\0" "\00:1\0" @@ -39,7 +39,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" @@ -50,7 +50,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" @@ -66,4 +66,4 @@ " }\n" " #endif\t\t\t\t/* CONFIG_ACPI_NUMA */" -15467fa3c53fd8ff4219ac8d33a13c0802f1604b6fe0c51fe879625248306185 +180696497d1acae08c8a8ab5dceb72ff48a2ab3ae7aa269c1b529712fce8637a
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.