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] leave the timebase source as the FW sets it

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [pushed] [ppc] leave the timebase source as the FW sets it
From: jimix@xxxxxxxxxxxxxx
Date: Mon, 22 May 2006 11:01:55 -0400
Delivery-date: Mon, 22 May 2006 07:59:41 -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:   10377:a0fa2ce45bae053363bbf0e205a1438ed3db3add
tag:         tip
user:        jimix@xxxxxxxxxxxxxxxxxxxxx
date:        Mon May 22 11:01:31 2006 -0400
files:       xen/arch/ppc/ppc64/ppc970.c
description:
[ppc] leave the timebase source as the FW sets it

This patch removed the hard coding of HID0[ext_tb_enb] and leave it as
the firmware sets it.  This assures that the devtree for timebase
frequency can correctly be used to calculate timers values.


diff -r cd1ac4d0bd1b5453c6d7240eb44040f44cf356ab -r 
a0fa2ce45bae053363bbf0e205a1438ed3db3add xen/arch/ppc/ppc64/ppc970.c
--- a/xen/arch/ppc/ppc64/ppc970.c       Fri May 19 13:32:42 2006 -0400
+++ b/xen/arch/ppc/ppc64/ppc970.c       Mon May 22 11:01:31 2006 -0400
@@ -56,7 +56,6 @@ void cpu_initialize(void)
     hid0.bits.nap = 1;
     hid0.bits.dpm = 1;
     hid0.bits.nhr = 1;
-    hid0.bits.ext_tb_enb = 0;
     hid0.bits.hdice = 1; /* enable HDEC */
     hid0.bits.eb_therm = 1;
     hid0.bits.en_attn = 1;



_______________________________________________
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] leave the timebase source as the FW sets it, jimix <=