[RFC PATCH v2 16/25] page_alloc: transplant pages that are being flushed from the per-cpu lists

2013-04-11 Thread Cody P Schafer
In free_pcppages_bulk(), check if a page needs to be moved to a new node/zone & then perform the transplant (in a slightly defered manner). Signed-off-by: Cody P Schafer --- mm/page_alloc.c | 36 +++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git

[RFC PATCH v2 16/25] page_alloc: transplant pages that are being flushed from the per-cpu lists

2013-04-11 Thread Cody P Schafer
In free_pcppages_bulk(), check if a page needs to be moved to a new node/zone then perform the transplant (in a slightly defered manner). Signed-off-by: Cody P Schafer c...@linux.vnet.ibm.com --- mm/page_alloc.c | 36 +++- 1 file changed, 35 insertions(+), 1