All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] DEC: Only select the R4k clock event/source on R4k systems
@ 2014-04-06 20:46 Maciej W. Rozycki
  0 siblings, 0 replies; only message in thread
From: Maciej W. Rozycki @ 2014-04-06 20:46 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips

R3k systems have no R4k timer so there's no point in pulling code that's 
going to be dead.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
---
linux-dec-r3k-clock.patch
Index: linux-20140329-3maxp/arch/mips/Kconfig
===================================================================
--- linux-20140329-3maxp.orig/arch/mips/Kconfig
+++ linux-20140329-3maxp/arch/mips/Kconfig
@@ -168,9 +168,9 @@ config MACH_DECSTATION
 	bool "DECstations"
 	select BOOT_ELF32
 	select CEVT_DS1287
-	select CEVT_R4K
+	select CEVT_R4K if CPU_R4X00
 	select CSRC_IOASIC
-	select CSRC_R4K
+	select CSRC_R4K if CPU_R4X00
 	select CPU_DADDI_WORKAROUNDS if 64BIT
 	select CPU_R4000_WORKAROUNDS if 64BIT
 	select CPU_R4400_WORKAROUNDS if 64BIT

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-06 20:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-06 20:46 [PATCH] DEC: Only select the R4k clock event/source on R4k systems Maciej W. Rozycki

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.