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-ppc-devel

[XenPPC] [pushed] [ppc] more precise comment about LPES bits

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [pushed] [ppc] more precise comment about LPES bits
From: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
Date: Tue, 25 Apr 2006 14:14:08 -0400
Delivery-date: Tue, 25 Apr 2006 12:19:59 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
changeset:   9944:e0f71307b61dca9087d0dfb22b4d64b470f9bc5f
parent:      9757:47697f5b6e130bab6fe96e8a18f7df8b25ad0ac9
user:        jimix@xxxxxxxxxxxxxxxxxxxxx
date:        Tue Apr 11 11:51:04 2006 -0400
files:       xen/arch/ppc/ppc64/ppc970.c
description:
[ppc] more precise comment about LPES bits


diff -r 47697f5b6e130bab6fe96e8a18f7df8b25ad0ac9 -r 
e0f71307b61dca9087d0dfb22b4d64b470f9bc5f xen/arch/ppc/ppc64/ppc970.c
--- a/xen/arch/ppc/ppc64/ppc970.c       Tue Apr  4 18:21:00 2006 -0400
+++ b/xen/arch/ppc/ppc64/ppc970.c       Tue Apr 11 11:51:04 2006 -0400
@@ -99,7 +99,7 @@ void cpu_init_vcpu(struct vcpu *v)
 
     hid4.word = mfhid4();
 
-    hid4.bits.lpes0 = 0; /* exceptions go to hypervisor vectors */
+    hid4.bits.lpes0 = 0; /* exceptions set MSR_HV=1 */
     hid4.bits.lpes1 = 1; /* RMA applies */
 
     hid4.bits.rmor = rma_base >> 26;



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

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [pushed] [ppc] more precise comment about LPES bits, Jimi Xenidis <=