All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] TX49 has write buffer
@ 2006-08-18 23:00 Sergei Shtylyov
  2006-08-19 14:11 ` Atsushi Nemoto
  2006-08-19 16:36 ` Sergei Shtylyov
  0 siblings, 2 replies; 5+ messages in thread
From: Sergei Shtylyov @ 2006-08-18 23:00 UTC (permalink / raw)
  To: Linux-MIPS, Ralf Baechle; +Cc: Manish Lachwani

[-- Attachment #1: Type: text/plain, Size: 180 bytes --]

TX49 CPUs have a write buffer, so we need to select CPU_HAS_WB -- otherwise 
all Toshiba RBTX49xx kernels fail to build.

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>


[-- Attachment #2: TX49-has-write-buffer.patch --]
[-- Type: text/plain, Size: 401 bytes --]

Index: linux-mips/arch/mips/Kconfig
===================================================================
--- linux-mips.orig/arch/mips/Kconfig
+++ linux-mips/arch/mips/Kconfig
@@ -1225,6 +1225,7 @@ config CPU_TX49XX
 	bool "R49XX"
 	depends on SYS_HAS_CPU_TX49XX
 	select CPU_HAS_LLSC
+	select CPU_HAS_WB
 	select CPU_HAS_PREFETCH
 	select CPU_SUPPORTS_32BIT_KERNEL
 	select CPU_SUPPORTS_64BIT_KERNEL


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

end of thread, other threads:[~2006-08-20 13:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-18 23:00 [PATCH] TX49 has write buffer Sergei Shtylyov
2006-08-19 14:11 ` Atsushi Nemoto
2006-08-19 16:04   ` Sergei Shtylyov
2006-08-19 16:36 ` Sergei Shtylyov
2006-08-20 13:55   ` Atsushi Nemoto

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.