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] Work Around: Was: continuous reprogram_timer[00] messages

we can get around the calibrate_delay() issue by defining "lpj=" in a kernel parameter.

If I let systemsim complete and capture the result lpj is 0x1310000, si I'll use that but a better value may come later.
The following diff on xen.tcl will let you blow passed that.
-JX
---
Index: xen.tcl
===================================================================
RCS file: /nas/cvs/mambo/run/gpul/xen/xen.tcl,v
retrieving revision 1.3
diff -u -r1.3 xen.tcl
--- xen.tcl     3 Nov 2005 19:00:40 -0000       1.3
+++ xen.tcl     31 Mar 2006 16:02:59 -0000
@@ -18,10 +18,12 @@
myconf config kdebug_real    0x2042000
myconf config kdebug_size    0x4000000
-set bootargs "xen console=com1 -- init=/bin/bash iommu=off"
+set bootargs "xen console=com1 -- init=/bin/bash iommu=off lpj=0x1310000"


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