Skip to content

Commit

Permalink
sh: Support extended mode TLB on SH-X3.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Sep 27, 2007
1 parent dc47e9d commit c3af397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ config 32BIT

config X2TLB
bool "Enable extended TLB mode"
depends on CPU_SHX2 && MMU && EXPERIMENTAL
depends on (CPU_SHX2 || CPU_SHX3) && MMU && EXPERIMENTAL
help
Selecting this option will enable the extended mode of the SH-X2
TLB. For legacy SH-X behaviour and interoperability, say N. For
Expand Down

0 comments on commit c3af397

Please sign in to comment.