* [PATCH] MIPS: Loongson: No need to select GENERIC_HARDIRQS_NO__DO_IRQ
@ 2014-04-03 9:10 Paul Bolle
0 siblings, 0 replies; only message in thread
From: Paul Bolle @ 2014-04-03 9:10 UTC (permalink / raw)
To: Ralf Baechle; +Cc: linux-mips, linux-kernel
Commit 0e476d91244e ("MIPS: Loongson: Add Loongson-3 Kconfig options")
added "select GENERIC_HARDIRQS_NO__DO_IRQ". But the Kconfig symbol
GENERIC_HARDIRQS_NO__DO_IRQ was already removed in v2.6.38, so that
select is a nop. Drop it.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Tested with git grep only.
arch/mips/loongson/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/mips/loongson/Kconfig b/arch/mips/loongson/Kconfig
index 7397be2..603d79a 100644
--- a/arch/mips/loongson/Kconfig
+++ b/arch/mips/loongson/Kconfig
@@ -64,7 +64,6 @@ config LEMOTE_MACH3A
bool "Lemote Loongson 3A family machines"
select ARCH_SPARSEMEM_ENABLE
select GENERIC_ISA_DMA_SUPPORT_BROKEN
- select GENERIC_HARDIRQS_NO__DO_IRQ
select BOOT_ELF32
select BOARD_SCACHE
select CSRC_R4K
--
1.9.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-04-03 9:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-03 9:10 [PATCH] MIPS: Loongson: No need to select GENERIC_HARDIRQS_NO__DO_IRQ Paul Bolle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox