On 01/03/2016 07:18, Fam Zheng wrote: > + /* Memory topology clips a memory region to 2^64, size.hi >= 0 means the > + * section must cover any addr. */
Small improvement: /* Memory topology clips a memory region to [0, 2^64); size.hi > 0 means * the section must cover the entire address space. */ Paolo