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] [IA64] bug fix in privop.c (2)

# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 218591a0cb7ecf2d04c4abf76de862ea28d8eb5f
# Parent  2ecf39c54693c6ac894fe0dd0fdb4488a5996136
[IA64] bug fix in privop.c (2)

Dan found another instance of the same bug, ia64 registers are 64bits.

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>

diff -r 2ecf39c54693 -r 218591a0cb7e xen/arch/ia64/xen/privop.c
--- a/xen/arch/ia64/xen/privop.c        Thu Mar 23 13:25:55 2006 -0700
+++ b/xen/arch/ia64/xen/privop.c        Thu Mar 23 13:28:26 2006 -0700
@@ -463,7 +463,7 @@ IA64FAULT priv_mov_from_pmc(VCPU *vcpu, 
 {
        UINT64 val;
        IA64FAULT fault;
-       int reg;
+       UINT64 reg;
        
        reg = vcpu_get_gr(vcpu,inst.M43.r3);
        if (privify_en && inst.M43.r1 > 63) {

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [IA64] bug fix in privop.c (2), Xen patchbot -unstable <=