diff options
author | Chris Zankel <chris@zankel.net> | 2014-11-10 09:24:48 +0100 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2014-11-10 09:24:48 +0100 |
commit | c0d7aa07504a8f4abd7b02b9144c4a92b7565f45 (patch) | |
tree | a983f40010592c96e43def4f1293392bb3c99f2d /arch/xtensa/Kconfig.debug | |
parent | Merge tag 'v3.18-rc4' into for_next (diff) | |
parent | xtensa: remove s6000 variant and s6105 platform (diff) | |
download | linux-c0d7aa07504a8f4abd7b02b9144c4a92b7565f45.tar.xz linux-c0d7aa07504a8f4abd7b02b9144c4a92b7565f45.zip |
Merge tag 'xtensa-for-next-20141021-2' of git://github.com/jcmvbkbc/linux-xtensa into for_next
Xtensa improvements for 3.18:
- fix nommu support;
- remove s6000 variant and s6105 platform.
Diffstat (limited to 'arch/xtensa/Kconfig.debug')
-rw-r--r-- | arch/xtensa/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/Kconfig.debug b/arch/xtensa/Kconfig.debug index af7da74d535f..53ae08eef86d 100644 --- a/arch/xtensa/Kconfig.debug +++ b/arch/xtensa/Kconfig.debug @@ -4,7 +4,7 @@ source "lib/Kconfig.debug" config DEBUG_TLB_SANITY bool "Debug TLB sanity" - depends on DEBUG_KERNEL + depends on DEBUG_KERNEL && MMU help Enable this to turn on TLB sanity check on each entry to userspace. This check can spot missing TLB invalidation/wrong PTE permissions/ |