public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
* [PATCH 1/2] m68k: Drop Atari EtherNAT support when it's not configured in
@ 2024-09-22 21:48 Eero Tamminen
  2024-09-22 21:48 ` [PATCH 2/2] m68k: Set reasonable PSG port-A default value Eero Tamminen
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Eero Tamminen @ 2024-09-22 21:48 UTC (permalink / raw)
  To: linux-m68k; +Cc: Michael Schmitz, Geert Uytterhoeven, Eero Tamminen

Not having it configured, but crash backtraces going through its IRQ
handling code, is confusing (found while debugging issues in Atari
emulation).

Signed-off-by: Eero Tamminen <oak@helsinkinet.fi>
---
 arch/m68k/atari/ataints.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/arch/m68k/atari/ataints.c b/arch/m68k/atari/ataints.c
index 0465444ce..fa189eeb7 100644
--- a/arch/m68k/atari/ataints.c
+++ b/arch/m68k/atari/ataints.c
@@ -179,6 +179,7 @@ static struct irq_chip atari_mfptimer_chip = {
 };
 
 
+#ifdef CONFIG_ATARI_ETHERNAT
 /*
  * EtherNAT CPLD interrupt handling
  * CPLD interrupt register is at phys. 0x80000023
@@ -251,6 +252,7 @@ static struct irq_chip atari_ethernat_chip = {
 	.irq_enable	= atari_ethernat_enable,
 	.irq_disable	= atari_ethernat_disable,
 };
+#endif
 
 /*
  * void atari_init_IRQ (void)
@@ -343,12 +345,13 @@ void __init atari_init_IRQ(void)
 			stmfp_base.name, &stmfp_base))
 		pr_err("Couldn't register %s interrupt\n", stmfp_base.name);
 
+#ifdef CONFIG_ATARI_ETHERNAT
 	/*
 	 * EtherNAT ethernet / USB interrupt handlers
 	 */
-
 	m68k_setup_irq_controller(&atari_ethernat_chip, handle_simple_irq,
 				  139, 2);
+#endif
 }
 
 
-- 
2.39.5


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-09-26 15:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-22 21:48 [PATCH 1/2] m68k: Drop Atari EtherNAT support when it's not configured in Eero Tamminen
2024-09-22 21:48 ` [PATCH 2/2] m68k: Set reasonable PSG port-A default value Eero Tamminen
2024-09-22 21:58 ` [PATCH 1/2] m68k: Drop Atari EtherNAT support when it's not configured in John Paul Adrian Glaubitz
2024-09-23  8:39   ` Eero Tamminen
2024-09-23  9:04     ` John Paul Adrian Glaubitz
2024-09-24  1:03 ` Michael Schmitz
2024-09-24 20:58   ` Eero Tamminen
2024-09-24 21:09     ` Andreas Schwab
2024-09-24 23:11       ` Eero Tamminen
2024-09-25 17:13         ` Andreas Schwab
2024-09-26 15:41           ` Eero Tamminen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox