* [PATCH] m68k: correct CONFIG_MVME16x macro name in #endif comment
@ 2026-06-09 20:12 Ethan Nelson-Moore
2026-06-10 7:05 ` Geert Uytterhoeven
0 siblings, 1 reply; 2+ messages in thread
From: Ethan Nelson-Moore @ 2026-06-09 20:12 UTC (permalink / raw)
To: linux-m68k, linux-kernel
Cc: Ethan Nelson-Moore, Geert Uytterhoeven, Finn Thain
A comment in arch/m68k/kernel/head.S incorrectly refers to
CONFIG_MVME162 and CONFIG_MVME167 instead of CONFIG_MVME16x. Correct it.
Discovered while searching for CONFIG_* symbols referenced in code but
not defined in any Kconfig file.
Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
---
arch/m68k/kernel/head.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/m68k/kernel/head.S b/arch/m68k/kernel/head.S
index 2e4ef0358887..502eeae49eaf 100644
--- a/arch/m68k/kernel/head.S
+++ b/arch/m68k/kernel/head.S
@@ -1110,7 +1110,7 @@ L(not147):
jbra L(mmu_init_done)
L(not16x):
-#endif /* CONFIG_MVME162 | CONFIG_MVME167 */
+#endif /* CONFIG_MVME16x */
#ifdef CONFIG_BVME6000
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] m68k: correct CONFIG_MVME16x macro name in #endif comment
2026-06-09 20:12 [PATCH] m68k: correct CONFIG_MVME16x macro name in #endif comment Ethan Nelson-Moore
@ 2026-06-10 7:05 ` Geert Uytterhoeven
0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 2026-06-10 7:05 UTC (permalink / raw)
To: Ethan Nelson-Moore; +Cc: linux-m68k, linux-kernel, Finn Thain
On Tue, 9 Jun 2026 at 22:12, Ethan Nelson-Moore <enelsonmoore@gmail.com> wrote:
> A comment in arch/m68k/kernel/head.S incorrectly refers to
> CONFIG_MVME162 and CONFIG_MVME167 instead of CONFIG_MVME16x. Correct it.
>
> Discovered while searching for CONFIG_* symbols referenced in code but
> not defined in any Kconfig file.
>
> Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
i.e. will queue in the m68k tree for v7.2.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-10 7:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09 20:12 [PATCH] m68k: correct CONFIG_MVME16x macro name in #endif comment Ethan Nelson-Moore
2026-06-10 7:05 ` Geert Uytterhoeven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox