Re: [Xen-ia64-devel] [PATCH] translate_domain_pte must handle ED bit and ignre bit[63:53]

2006-04-21 Thread Alex Williamson
On Fri, 2006-04-21 at 16:51 +0900, Isaku Yamahata wrote: > I attached the updated patch. > I think that the obstacle to commit was BUG_ON(pteval & ~((1UL << 53) - 1)); > The attached patch just ignores bit[63:53] instead of BUG_ON(). Applied. -- Alex Williamson HP

[Xen-ia64-devel] [PATCH] translate_domain_pte must handle ED bit and ignre bit[63:53]

2006-04-21 Thread Isaku Yamahata
I attached the updated patch. I think that the obstacle to commit was BUG_ON(pteval & ~((1UL << 53) - 1)); The attached patch just ignores bit[63:53] instead of BUG_ON(). -- yamahata # HG changeset patch # User [EMAIL PROTECTED] # Node ID b3a20899830d6e563733ee2db2f9d334f2406cf4 # Parent 7ed6c