[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Xen-devel] Latest bk (version 1.1730) breaks x86_64 dom0


  • To: "Petersson, Mats" <mats.petersson@xxxxxxx>
  • From: "Li, Xin B" <xin.b.li@xxxxxxxxx>
  • Date: Thu, 23 Jun 2005 17:20:41 +0800
  • Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
  • Delivery-date: Thu, 23 Jun 2005 09:19:44 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xensource.com>
  • Thread-index: AcV3t37A+3lAhPK3QReHj4DDLbcHZQAE3/rQAAJtNdA=
  • Thread-topic: [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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.