On 17.02.20 10:57, David Hildenbrand wrote: t setup_uv(void) >> +{ >> + unsigned long uv_stor_base; >> + >> + if (!prot_virt_host) >> + return; > > That can go. ack. > >> + >> + uv_stor_base = (unsigned long)memblock_alloc_try_nid( >> + uv_info.uv_base_stor_len, SZ_1M, SZ_2G, >> + MEMBLOCK_ALLOC_ACCESSIBLE, NUMA_NO_NODE); > > Reviewed-by: David Hildenbrand <david@xxxxxxxxxx> >