Re: [PATCH 5/5] tile: query dynamic DEBUG_PAGEALLOC setting

2016-02-09 Thread Chris Metcalf
On 02/04/2016 12:56 AM, 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 --- arch/tile/mm/init.c | 11 +++ 1 f

[PATCH 5/5] tile: query dynamic DEBUG_PAGEALLOC setting

2016-02-03 Thread Joonsoo Kim
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 --- arch/tile/mm/init.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-)