Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [MIPS, 2.6.16, PATCH] Re-enable sync instruction for non-R2 CPUs
@ 2008-02-25 14:21 Thiemo Seufer
  2008-02-25 14:43 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Thiemo Seufer @ 2008-02-25 14:21 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf

This patch re-enables the use of sync instructions for non-R2 CPUs.
It is only relevant for the linux-2.6.16-stable branch.


Signed-off-by: Thiemo Seufer <ths@networkno.de>

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 3995d45..b3739ed 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1585,12 +1585,12 @@ config CPU_MIPSR2_IRQ_EI
 	   controller to allow fast dispatching from many possible interrupt
 	   sources. Say N unless you know that external interrupt support is
 	   required.
+endmenu
 
 config CPU_HAS_SYNC
 	bool
 	depends on !CPU_R3000
 	default y
-endmenu
 
 #
 # Use the generic interrupt handling code in kernel/irq/:

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

end of thread, other threads:[~2008-02-25 14:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-25 14:21 [MIPS, 2.6.16, PATCH] Re-enable sync instruction for non-R2 CPUs Thiemo Seufer
2008-02-25 14:43 ` Ralf Baechle

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