Re: [PATCH 4/5] powerpc: query dynamic DEBUG_PAGEALLOC setting
From: David Rientjes <rientjes@google.com>
Date: 2016-02-04 22:22:47
Also in:
linux-mm, lkml
From: David Rientjes <rientjes@google.com>
Date: 2016-02-04 22:22:47
Also in:
linux-mm, lkml
On Thu, 4 Feb 2016, Joonsoo Kim wrote:
We can disable debug_pagealloc processing even if the code is complied with CONFIG_DEBUG_PAGEALLOC. This patch changes the code to query whether it is enabled or not in runtime. Signed-off-by: Joonsoo Kim <redacted>
Acked-by: David Rientjes <rientjes@google.com>