[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-devel] Latest bk (version 1.1730) breaks x86_64 dom0
Petersson, Mats wrote: > Xin, > > I may be wrong, but when I read the comment: > * It is important that the masks are signed quantities. > This ensures that > * the compiler sign-extends a 32-bit mask to 64 bits if > that is required. */ > And I see the: > > #define PAGE_SIZE (1UL << PAGE_SHIFT) Yes, it should be: #define PAGE_SIZE (1L << PAGE_SHIFT) -Xin _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |