mm/dynamic_pool: fill dpool with pagelist
hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I8S9BY CVE: NA -------------------------------- This patch introduce another way to fill the dpool. In order to achieve this, the user should provide pfn ranges with pre-built page table and struct page. Then the user can call dpool_init() to create a new dpool and fill the dpool with the above pages. To enable dpool int this way, "dpool=on" should be added to kernel parameters. Signed-off-by:Liu Shixin <liushixin2@huawei.com>
Loading
Please sign in to comment