lkml.org 
[lkml]   [2018]   [Feb]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v4 0/1] initialize pages on demand during boot
Date
This patch replaces in mmots:
mm-initialize-pages-on-demand-during-boot.patch
mm-initialize-pages-on-demand-during-boot-fix.patch
mm-initialize-pages-on-demand-during-boot-fix2.patch

It squashes the two fixes into the original patch, and also in:
deferred_grow_zone()

Replaces:
+ int nid = zone->node;
With:
+ int nid = zone_to_nid(zone);

To resolve !CONFIG_NUMA compiling issue that was reported by Sergey
Senozhatsky.

Pavel Tatashin (1):
mm: initialize pages on demand during boot

include/linux/memblock.h | 10 ---
mm/memblock.c | 23 -------
mm/page_alloc.c | 175 ++++++++++++++++++++++++++++++++++++-----------
3 files changed, 136 insertions(+), 72 deletions(-)

--
2.16.1

\
 
 \ /
  Last update: 2018-02-14 17:35    [W:0.065 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site