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

[Xen-ia64-devel] [PATCH] Fix vmx_asm_thash

To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-ia64-devel] [PATCH] Fix vmx_asm_thash
From: Kouya Shimura <kouya@xxxxxxxxxxxxxx>
Date: Fri, 14 Dec 2007 17:23:45 +0900
Delivery-date: Fri, 14 Dec 2007 00:24:06 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
It must be typo.

Signed-off-by: Kouya Shimura <kouya@xxxxxxxxxxxxxx>

diff -r 19c2b6d2930c xen/arch/ia64/vmx/optvfault.S
--- a/xen/arch/ia64/vmx/optvfault.S     Thu Dec 13 09:34:49 2007 -0700
+++ b/xen/arch/ia64/vmx/optvfault.S     Fri Dec 14 17:10:46 2007 +0900
@@ -468,7 +468,7 @@ vmx_asm_thash_back1:
     ld8 r25=[r27]              // get vcpu->arch.arch_vmx.vrr[r23]'s value
     ;;
     // Fall-back to C if VF (long format) is set
-    tbit.nz p7,p0=r17,8
+    tbit.nz p6,p0=r17,8
     mov b0=r24
     (p6) br.cond.dpnt.many vmx_virtualization_fault_back
     extr.u r25=r25,2,6         // get rr.ps
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
<Prev in Thread] Current Thread [Next in Thread>