 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] 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
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |