On 28.07.2021 12:27, Penny Zheng wrote: > This patch introduces static memory initialization, during system boot up. > > The new function init_staticmem_pages is responsible for static memory > initialization. > > Helper free_staticmem_pages is the equivalent of free_heap_pages, to free > nr_mfns pages of static memory. > > This commit also introduces new CONFIG_STATIC_MEMORY to avoid bringing dead > codes in other archs. > > Put asynchronous scrubbing for pages of static memory in TODO list. > > Signed-off-by: Penny Zheng <penny.zh...@arm.com>
Common code parts: Acked-by: Jan Beulich <jbeul...@suse.com> Jan