All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5/5] sh: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all SuperH32 machines
@ 2008-12-14 12:02 Matt Fleming
  2008-12-14 12:16 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Fleming @ 2008-12-14 12:02 UTC (permalink / raw)
  To: linux-sh

After the recent changes to switch SuperH board support over to irq_chip
it is now possible to set GENERIC_HARDIRQS_NO__DO_IRQ for all SuperH
boards.

Signed-off-by: Matt Fleming <mjf@gentoo.org>
---
 arch/sh/Kconfig |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index fcfc207..ee22228 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -58,8 +58,7 @@ config GENERIC_HARDIRQS
 
 config GENERIC_HARDIRQS_NO__DO_IRQ
 	def_bool y
-	depends on SUPERH32 && (!SH_DREAMCAST && !SH_SH4202_MICRODEV && \
-				!SH_7751_SYSTEMH)
+	depends on SUPERH32
 
 config GENERIC_IRQ_PROBE
 	def_bool y
-- 
1.5.6.4


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

* Re: [PATCH 5/5] sh: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all SuperH32 machines
  2008-12-14 12:02 [PATCH 5/5] sh: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all SuperH32 machines Matt Fleming
@ 2008-12-14 12:16 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2008-12-14 12:16 UTC (permalink / raw)
  To: linux-sh

On Sun, Dec 14, 2008 at 12:02:28PM +0000, Matt Fleming wrote:
> After the recent changes to switch SuperH board support over to irq_chip
> it is now possible to set GENERIC_HARDIRQS_NO__DO_IRQ for all SuperH
> boards.
> 
> Signed-off-by: Matt Fleming <mjf@gentoo.org>

With cayman converted, SUPERH64 can use it also, so the dependency is
superfluous at this point.

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

end of thread, other threads:[~2008-12-14 12:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-14 12:02 [PATCH 5/5] sh: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all SuperH32 machines Matt Fleming
2008-12-14 12:16 ` Paul Mundt

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.