[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-ia64-devel] Xen-unstable.hg for ia64
>From: Yang, Fred >Sent: 2005年12月1日 0:31 >> >We are also looking why xen-unstable.hg broken for ia64. Attached is a >patch from Kevin for Domain0 build, the 2nd patch is BUG_ON issue from >Anthony that has been discussed in xen-devel > >diff -r ccf76e51e7e6 xen/common/xmalloc.c >--- a/xen/common/xmalloc.c Tue Nov 29 16:59:03 2005 >+++ b/xen/common/xmalloc.c Wed Nov 30 17:07:38 2005 >@@ -111,8 +111,9 @@ > unsigned long flags; > > /* We currently always return cacheline aligned. */ >+#ifndef __ia64__ > BUG_ON(align > SMP_CACHE_BYTES); >- >+#endif > /* Add room for header, pad to align next header. */ > size += sizeof(struct xmalloc_hdr); > size = align_up(size, __alignof__(struct xmalloc_hdr)); > That ifndef should be removed just like now on xen-unstable.hg and also SMP_CACHE_BYTES needs to be corrected on ia64 side. However Dan just checked in the latter fix on xen-ia64-unstable which has not been sync-ed into xen-unstable. Anyway, next sync will solve this issue. ;-) Thanks, Kevin >We will look from DomainVTI angle. With your DomainU angle, we should >get Xen-unstable.hg to have ia64 code ready. > >More community members contribute to this effort togather can definitely >get to this goal possible for Xen3.0? > >Thanks, > >-Fred _______________________________________________ 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 |