Commit be603092 authored by Max Filippov's avatar Max Filippov

xtensa: nommu: add MMU dependency to DEBUG_TLB_SANITY

TLB sanity checking code depends on full MMU presence and may not be
built in noMMU confgiuration.
Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent b6cee17b
...@@ -4,7 +4,7 @@ source "lib/Kconfig.debug" ...@@ -4,7 +4,7 @@ source "lib/Kconfig.debug"
config DEBUG_TLB_SANITY config DEBUG_TLB_SANITY
bool "Debug TLB sanity" bool "Debug TLB sanity"
depends on DEBUG_KERNEL depends on DEBUG_KERNEL && MMU
help help
Enable this to turn on TLB sanity check on each entry to userspace. Enable this to turn on TLB sanity check on each entry to userspace.
This check can spot missing TLB invalidation/wrong PTE permissions/ This check can spot missing TLB invalidation/wrong PTE permissions/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment