diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2006-03-16 22:59:22 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-03-21 08:27:47 -0500 |
commit | de862b488e81172d4c610945efd9f3fc7f4b84a7 (patch) | |
tree | 677cde48279d65350e9dc2bb92204c2efd59b11a /arch/mips/Kconfig | |
parent | c6281edb1d5e307f056fff0e174f60fa6133adc5 (diff) |
[MIPS] TX49XX has prefetch.
The TX49XX has the prefetch instruction. It supports only Pref_Load
(hint 0). Actually changes in this patch except for Kconfig are not
have any effects, I added these changes to prevent misuse of unsupported
hints.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 97a9769a9046..ac2012f033d6 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1160,6 +1160,7 @@ config CPU_R4X00 | |||
1160 | config CPU_TX49XX | 1160 | config CPU_TX49XX |
1161 | bool "R49XX" | 1161 | bool "R49XX" |
1162 | depends on SYS_HAS_CPU_TX49XX | 1162 | depends on SYS_HAS_CPU_TX49XX |
1163 | select CPU_HAS_PREFETCH | ||
1163 | select CPU_SUPPORTS_32BIT_KERNEL | 1164 | select CPU_SUPPORTS_32BIT_KERNEL |
1164 | select CPU_SUPPORTS_64BIT_KERNEL | 1165 | select CPU_SUPPORTS_64BIT_KERNEL |
1165 | 1166 | ||