diff options
Diffstat (limited to 'mm/Kconfig.debug')
-rw-r--r-- | mm/Kconfig.debug | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mm/Kconfig.debug b/mm/Kconfig.debug index 8b1a477162dc..4b2443254de2 100644 --- a/mm/Kconfig.debug +++ b/mm/Kconfig.debug | |||
@@ -4,6 +4,7 @@ config DEBUG_PAGEALLOC | |||
4 | depends on !HIBERNATION || ARCH_SUPPORTS_DEBUG_PAGEALLOC && !PPC && !SPARC | 4 | depends on !HIBERNATION || ARCH_SUPPORTS_DEBUG_PAGEALLOC && !PPC && !SPARC |
5 | depends on !KMEMCHECK | 5 | depends on !KMEMCHECK |
6 | select PAGE_POISONING if !ARCH_SUPPORTS_DEBUG_PAGEALLOC | 6 | select PAGE_POISONING if !ARCH_SUPPORTS_DEBUG_PAGEALLOC |
7 | select PAGE_GUARD if ARCH_SUPPORTS_DEBUG_PAGEALLOC | ||
7 | ---help--- | 8 | ---help--- |
8 | Unmap pages from the kernel linear mapping after free_pages(). | 9 | Unmap pages from the kernel linear mapping after free_pages(). |
9 | This results in a large slowdown, but helps to find certain types | 10 | This results in a large slowdown, but helps to find certain types |
@@ -22,3 +23,7 @@ config WANT_PAGE_DEBUG_FLAGS | |||
22 | config PAGE_POISONING | 23 | config PAGE_POISONING |
23 | bool | 24 | bool |
24 | select WANT_PAGE_DEBUG_FLAGS | 25 | select WANT_PAGE_DEBUG_FLAGS |
26 | |||
27 | config PAGE_GUARD | ||
28 | bool | ||
29 | select WANT_PAGE_DEBUG_FLAGS | ||