Quoting Janosch Frank (2023-03-24 13:17:16) > The init memory has to be above 2G and 1M aligned but we're currently > aligning on 2G which means the allocations need a lot of unused > memory. > > Also the second block of memory was never actually used for the double > init test since its address is never put into the uvcb. > > Let's fix that. > > Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx> Reviewed-by: Nico Boehr <nrb@xxxxxxxxxxxxx>