WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

Re: [Xen-ia64-devel] Re: Fedora-xen-ia64 test status

On Fri, Aug 11, 2006 at 05:14:37PM +0200, Juan Quintela wrote:

> Could you confirm that my patch on top of the old one does what you
> intend?  The only functional change that I found was that the change of
> possition of the num -= colllapsed line, and I agree with the change :)

Hi Juan.

The line which follows num -= collapsed is also necessary.
Without that, the rsvd_region[] at the end may be discarded.

-               for (k = j + 1; k < j + 1 + collapsed; k++) {
+               for (k = j + 1; k < num; k++)          

Thanks.
-- 
yamahata

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel