diff options
author | Stuart Menefy <stuart.menefy@st.com> | 2006-11-23 21:42:24 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-12-05 20:45:38 -0500 |
commit | 9b3a53ab76771e3669e50086c131e1574fe25847 (patch) | |
tree | 07dab1cd3972c7b82ddd5b7ad1e28628d7756dbb /arch/sh/Kconfig | |
parent | 9daa0c257d6c200b58092e0bfc32b77c4618a8af (diff) |
sh: TLB miss fast-path optimizations.
Handle simple TLB miss faults which can be resolved completely
from the page table in assembler.
Signed-off-by: Stuart Menefy <stuart.menefy@st.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index a03f155571c8..48308dc86e33 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -379,6 +379,9 @@ config CPU_HAS_SR_RB | |||
379 | See <file:Documentation/sh/register-banks.txt> for further | 379 | See <file:Documentation/sh/register-banks.txt> for further |
380 | information on SR.RB and register banking in the kernel in general. | 380 | information on SR.RB and register banking in the kernel in general. |
381 | 381 | ||
382 | config CPU_HAS_PTEA | ||
383 | bool | ||
384 | |||
382 | endmenu | 385 | endmenu |
383 | 386 | ||
384 | menu "Timer support" | 387 | menu "Timer support" |