Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Is _do_IRQ() not needed anymore ?
@ 2006-12-01  9:40 Franck Bui-Huu
  2006-12-01  9:57 ` Atsushi Nemoto
  0 siblings, 1 reply; 13+ messages in thread
From: Franck Bui-Huu @ 2006-12-01  9:40 UTC (permalink / raw)
  To: Atsushi Nemoto; +Cc: linux-mips

Atsushi,

First thanks for your work on irq cleanup.

Now it seems that __do_IRQ() is not needed anymore. I dunno if it's
true for all platforms though. Does something like this make sense for
example ?

-- >8 --
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 5ff94e5..a4c5306 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -913,8 +913,13 @@ config SYS_SUPPORTS_BIG_ENDIAN
 config SYS_SUPPORTS_LITTLE_ENDIAN
 	bool

+config GENERIC_HARDIRQS_NO__DO_IRQ
+	bool
+	default n
+
 config IRQ_CPU
 	bool
+	select GENERIC_HARDIRQS_NO__DO_IRQ

 config IRQ_CPU_RM7K
 	bool


-- 
               Franck

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

end of thread, other threads:[~2006-12-01 15:33 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-01  9:40 Is _do_IRQ() not needed anymore ? Franck Bui-Huu
2006-12-01  9:57 ` Atsushi Nemoto
2006-12-01 10:06   ` Franck Bui-Huu
2006-12-01 10:10     ` Atsushi Nemoto
2006-12-01 10:19       ` Franck Bui-Huu
2006-12-01 10:41         ` Atsushi Nemoto
2006-12-01 11:03           ` Franck Bui-Huu
2006-12-01 11:12             ` Franck Bui-Huu
2006-12-01 11:12             ` Atsushi Nemoto
2006-12-01 15:08       ` Sergei Shtylyov
2006-12-01 15:22         ` Atsushi Nemoto
2006-12-01 15:29           ` Sergei Shtylyov
2006-12-01 15:34             ` Sergei Shtylyov

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