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-changelog

[Xen-changelog] [xen-unstable] [IA64] fix warnings

# HG changeset patch
# User awilliam@xxxxxxxxxxxx
# Node ID 74de984434c95c74e8d757e3d7b02039bcbe1c60
# Parent  3bd97b4fe77d2b751e2ef5beb4e0be4966e7dca3
[IA64] fix warnings

Signed-off-by: Anthony Xu <anthony.xu@xxxxxxxxx>
---
 xen/arch/ia64/vmx/optvfault.S |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff -r 3bd97b4fe77d -r 74de984434c9 xen/arch/ia64/vmx/optvfault.S
--- a/xen/arch/ia64/vmx/optvfault.S     Thu Dec 07 05:34:07 2006 -0700
+++ b/xen/arch/ia64/vmx/optvfault.S     Thu Dec 07 05:36:30 2006 -0700
@@ -209,7 +209,10 @@ GLOBAL_ENTRY(vmx_asm_rsm)
     dep.z r28=4,61,3
     ;;
     mov rr[r0]=r26
+    ;;
     mov rr[r28]=r27
+    ;;
+    srlz.d
     br.many vmx_resume_to_guest
 END(vmx_asm_rsm)
 
@@ -260,9 +263,10 @@ GLOBAL_ENTRY(vmx_asm_ssm)
     dep.z r28=4,61,3
     ;;
     mov rr[r0]=r26
+    ;;
     mov rr[r28]=r27
     ;;
-    srlz.i
+    srlz.d
     ;;
 vmx_asm_ssm_1:
     tbit.nz p6,p0=r29,IA64_PSR_I_BIT
@@ -341,9 +345,10 @@ vmx_asm_mov_to_psr_back:
     dep.z r28=4,61,3
     ;;
     mov rr[r0]=r26
+    ;;
     mov rr[r28]=r27
     ;;
-    srlz.i
+    srlz.d
     ;;
 vmx_asm_mov_to_psr_1:
     mov r20=cr.ipsr

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [IA64] fix warnings, Xen patchbot-unstable <=