From: Sergei Shtylyov <sshtylyov@ru.mvista.com>
To: Linux-MIPS <linux-mips@linux-mips.org>,
Ralf Baechle <ralf@linux-mips.org>
Cc: Manish Lachwani <mlachwani@mvista.com>
Subject: [PATCH] TX49 has write buffer
Date: Sat, 19 Aug 2006 03:00:23 +0400 [thread overview]
Message-ID: <44E64687.7000704@ru.mvista.com> (raw)
[-- 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
next reply other threads:[~2006-08-18 22:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-18 23:00 Sergei Shtylyov [this message]
2006-08-19 14:11 ` [PATCH] TX49 has write buffer Atsushi Nemoto
2006-08-19 16:04 ` Sergei Shtylyov
2006-08-19 16:36 ` Sergei Shtylyov
2006-08-20 13:55 ` Atsushi Nemoto
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44E64687.7000704@ru.mvista.com \
--to=sshtylyov@ru.mvista.com \
--cc=linux-mips@linux-mips.org \
--cc=mlachwani@mvista.com \
--cc=ralf@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.