mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-01 09:26:44 +07:00
sh: Support extended mode TLB on SH-X3.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
dc47e9dd41
commit
c3af39758c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user