On Tue, May 10, 2011 at 03:29:11AM +0200, Samuel Thibault wrote: > There are archs which have varying page size. I'd rather avoid > introducing the page size, can't mig cope with 64bit values on 32bit > archs?
Right. Even mmap2() forces multiples of 4096 and not the page size. So using 64 bits seems reasonable. Mig should have no problem with 64 bits values. -- Richard Braun