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] Sorry, silly typo in bug vix

# HG changeset patch
# User djm@xxxxxxxxxxxxxxx
# Node ID 21ad2828dbdf9c79f90f82e0a55e227268b23a60
# Parent  af3750d1ec5376eb50783f155947db43189fe642
Sorry, silly typo in bug vix

diff -r af3750d1ec53 -r 21ad2828dbdf xen/arch/ia64/xen/vcpu.c
--- a/xen/arch/ia64/xen/vcpu.c  Fri Sep  2 17:59:08 2005
+++ b/xen/arch/ia64/xen/vcpu.c  Fri Sep  2 18:03:20 2005
@@ -1316,7 +1316,7 @@
        if ((trp = match_dtlb(vcpu,address))) {
                dtlb_translate_count++;
                //*pteval = trp->page_flags;
-               *pteval = trp->arch.dtlb_pte;
+               *pteval = vcpu->arch.dtlb_pte;
                *itir = trp->itir;
                return IA64_NO_FAULT;
        }

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Sorry, silly typo in bug vix, Xen patchbot -unstable <=