WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

Re: [Xen-ia64-devel] Small bug in handling of domU's itc ops

On Mon, 2006-12-18 at 10:54 +0100, Dietmar Hahn wrote:

> diff -r 41d9f00140c5 -r 03923fec42c9 xen/arch/ia64/xen/vcpu.c
> --- a/xen/arch/ia64/xen/vcpu.c  Fri Dec 15 10:49:11 2006 -0700
> +++ b/xen/arch/ia64/xen/vcpu.c  Mon Dec 18 10:48:43 2006 +0100
> @@ -2162,6 +2162,7 @@ vcpu_itc_no_srlz(VCPU * vcpu, u64 IorD, 
>         BUG_ON(logps > PAGE_SHIFT);
>         vcpu_tlb_track_insert_or_dirty(vcpu, vaddr, entry);
>         psr = ia64_clear_ic();
> +       pte &= ~(_PAGE_RV2 | _PAGE_RV2);        // Mask out the reserved 
> bits. 
                                       ^

   I assumed this was a typo and applied it as (_PAGE_RV2 | _PAGE_RV1).
Thanks,

        Alex


-- 
Alex Williamson                             HP Open Source & Linux Org.


_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel

<Prev in Thread] Current Thread [Next in Thread>