mm, x86: Remove debug_pagealloc_enabled
authorStanislaw Gruszka <sgruszka@redhat.com>
Tue, 29 Nov 2011 16:05:11 +0000 (17:05 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 6 Dec 2011 08:24:07 +0000 (09:24 +0100)
commit54c29c635ae91f5d75ced7bffeaa77ba37ca02bb
treecddf131b5e70809ec5c282f619de0635e45c1cfa
parent855c743a27bb58a9a521bdc485ef5acfdb69badc
mm, x86: Remove debug_pagealloc_enabled

When (no)bootmem finish operation, it pass pages to buddy
allocator. Since debug_pagealloc_enabled is not set, we will do
not protect pages, what is not what we want with
CONFIG_DEBUG_PAGEALLOC=y.

To fix remove debug_pagealloc_enabled. That variable was
introduced by commit 12d6f21e "x86: do not PSE on
CONFIG_DEBUG_PAGEALLOC=y" to get more CPA (change page
attribude) code testing. But currently we have CONFIG_CPA_DEBUG,
which test CPA.

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Acked-by: Mel Gorman <mgorman@suse.de>
Cc: linux-mm@kvack.org
Link: http://lkml.kernel.org/r/1322582711-14571-1-git-send-email-sgruszka@redhat.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/pageattr.c
include/linux/mm.h
init/main.c
mm/debug-pagealloc.c