>>> On 17.07.15 at 17:22, <tiejun.c...@intel.com> wrote:
> Do you mean I should check low/high mem before we add the hypervisor 
> supplied entries

Yes.

> like this?

Not exactly:

> +    for ( i = nr-1; i > memory_map.nr_map; i-- )

Before you add memory_map.nr_map, you should be able to iterate
from 0 to (not inclusive) nr. At least as far as I recall the original
patch.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to