02/07/2020 13:19, Ferruh Yigit: > On 7/2/2020 11:57 AM, Bruce Richardson wrote: > > When building with meson, the default size of virtual address space > > reserved for mapping pages was globally set at 512GB, which is too big for > > use in 32-bit processes. To match the behaviour with "make", we configure > > this to be 512GB for 64-bit and 2MB for 32-bit builds. > > > > Bugzilla ID: 498 > > Fixes: 66cc45e293ed ("mem: replace memseg with memseg lists") > > Cc: anatoly.bura...@intel.com > > > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > > Tested-by: Ferruh Yigit <ferruh.yi...@intel.com>
Applied with typo fixed, thanks