[PATCH 08/12] thp: release page in page pre-alloc path

2012-08-13 Thread Xiao Guangrong
If NUMA is enabled, we can release the page in the page pre-alloc operation, then the CONFIG_NUMA dependent code can be reduced Signed-off-by: Xiao Guangrong --- mm/huge_memory.c | 19 +++ 1 files changed, 7 insertions(+), 12 deletions(-) diff --git a/mm/huge_memory.c

[PATCH 08/12] thp: release page in page pre-alloc path

2012-08-13 Thread Xiao Guangrong
If NUMA is enabled, we can release the page in the page pre-alloc operation, then the CONFIG_NUMA dependent code can be reduced Signed-off-by: Xiao Guangrong xiaoguangr...@linux.vnet.ibm.com --- mm/huge_memory.c | 19 +++ 1 files changed, 7 insertions(+), 12 deletions(-) diff