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

[Xen-changelog] [xen-unstable] [IA64] Additional user of pa_clear_uc()



# HG changeset patch
# User Alex Williamson <alex.williamson@xxxxxx>
# Date 1205170062 21600
# Node ID e6d6595d29f73dd4ee3ebc4b85c89104de456325
# Parent  85d25d01d93ff6a84fe4415b64f292b516a96e38
[IA64] Additional user of pa_clear_uc()

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
 xen/arch/ia64/vmx/vmmu.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 85d25d01d93f -r e6d6595d29f7 xen/arch/ia64/vmx/vmmu.c
--- a/xen/arch/ia64/vmx/vmmu.c  Mon Mar 10 11:22:57 2008 -0600
+++ b/xen/arch/ia64/vmx/vmmu.c  Mon Mar 10 11:27:42 2008 -0600
@@ -160,7 +160,7 @@ fetch_code(VCPU *vcpu, u64 gip, IA64_BUN
 
  again:
     if ( !(VCPU(vcpu, vpsr) & IA64_PSR_IT) ) {   // I-side physical mode
-        gpip = gip & ~(1UL << 63);     // clear UC bit
+        gpip = pa_clear_uc(gip);       // clear UC bit
     }
     else {
         tlb = vtlb_lookup(vcpu, gip, ISIDE_TLB);

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


 


Rackspace

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