X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=mm%2FKconfig.debug;h=4b2443254de260d2e05cdecb8d3eea903d91734f;hb=3e272e4fe150d565189c1558e51fdf6e801c97ce;hp=8b1a477162dc07242e7a461951bca291cff3dde7;hpb=adff377bb1010ec65aada1f94ef2be7c7805c711;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/mm/Kconfig.debug b/mm/Kconfig.debug index 8b1a477..4b24432 100644 --- a/mm/Kconfig.debug +++ b/mm/Kconfig.debug @@ -4,6 +4,7 @@ config DEBUG_PAGEALLOC depends on !HIBERNATION || ARCH_SUPPORTS_DEBUG_PAGEALLOC && !PPC && !SPARC depends on !KMEMCHECK select PAGE_POISONING if !ARCH_SUPPORTS_DEBUG_PAGEALLOC + select PAGE_GUARD if ARCH_SUPPORTS_DEBUG_PAGEALLOC ---help--- Unmap pages from the kernel linear mapping after free_pages(). This results in a large slowdown, but helps to find certain types @@ -22,3 +23,7 @@ config WANT_PAGE_DEBUG_FLAGS config PAGE_POISONING bool select WANT_PAGE_DEBUG_FLAGS + +config PAGE_GUARD + bool + select WANT_PAGE_DEBUG_FLAGS